Mambo Open Source/Create a simple module
From Wikibooks, open books for an open world
| TOC |
|---|
| Chapters |
| Home |
| Configuration |
| Design |
| Content |
| Developement |
| Miscellaneous |
This is an explanation on how to create a module. The functions of the module will be very limited, but this article shows you a little bit about the framework of modules.
[edit] Creating the files
For this module you will need two files: mod_testing.php and mod_testing.xml. Create these two files and move on to the next step.
The PHP parameters are values that can be changed in Mambo's admin interface, with no need of coding etc.
[edit] The XML file
The xml file is a reference file for Mambo that gives mambo info about author of the modules, the parameter list, installation guides and so on.
This page may need to be