Here we are going to try to write the program code for Joomla simplest component. Hopefully, after you follow this course, you have better understanding the Joomla! programming structure and Joomla Component.
Create a Simple Component :
There are four basic files that are used in the standard pattern of module development:
mod_helloworld.php - This file is the main entry point for the module. It will perform any necessary initialization routines, call helper routines to collect any necessary data, and include the template which will display the module output.










