![]() |
Languages: |
English |
Contents |
Articles in this Series
3.2:Creating a simple module/Introduction|Introduction]]
3.2:Creating a simple module/Developing a Basic Module|Developing a Basic Module]]
3.2:Creating a simple module/Using the Database|Using the Database]]
3.2:Creating a simple module/Adding Form Fields|Adding Form Fields]]
3.2:Creating a simple module/Adding Auto Update|Adding Auto Update]]
3.2:Creating a simple module/Adding an install-uninstall-update script file|Adding an install/uninstall/update script file]]
Joomla! 3.x is constructed using three different applications:
The installation application is used once. The administrator and public are used through the concept of components with modules. Each module has a single entry point located in the modules directory. This is called mod_modulename/modulename.php (the mod_ prefix is a historical trace)
You need the latest version of Joomla! 3.x (with PHP, MySQL, Apache and Microsoft II) for this tutorial (as of writing currently 3.1.1)