How to Create a Simple Module with Joomla?
Modules are basically lightweight extensions that help in page rendering, thus improving the performance of your website. You will find your Joomla site loaded with different kinds of modules – news, menus etc. Let's have a look at how a simple module can be created using Joomla platform. For the sake of simplicity the "hello world" module has been considered. Understanding the File Structure Before you start creating the module, you will need to understand the file structure. There are four basic files that used in standard development methods •
mod_helloworld.php: This is the entry point for the module. You will be able to offer initialization routines, call the helper, and include the template to display module output using this file