How to create a module for Joomla 2.5
- Details
- Category: Joomla
- Created on Thursday, 07 March 2013 13:56
- Last Updated on Wednesday, 27 May 2015 08:03
- Published on Thursday, 07 March 2013 13:56
- Written by Administrator
- Hits: 23841
We can create our own module for Joomla 2.5 CMS by writing our own code we follow the following procedure:
1. Decide a name. All modules start with mod_
( e.g : mod_mymodule )
2. create a directory (eg mod_mymodule) the following files:
index.html
helper.php
mod_mymodule.xml
mod_mymodule.php
\tmpl\default.php
\tmpl\index.html
More... 1 comment
Installing Joomla! CMS on Windows PC
- Details
- Category: Joomla
- Created on Wednesday, 06 February 2013 08:47
- Last Updated on Friday, 08 February 2013 09:08
- Published on Wednesday, 06 February 2013 09:19
- Written by Administrator
- Hits: 8776
One of the most popular Content Management Systems (CMS) is the open source Joomla!.
To Joomla is written in PHP and uses a MySQL database
We show in simple steps how to do an installation in Joomla wampserver we have installed on our computer or a server
wampserver installation procedure described here
The procedure is described as follows: