Joomla MVC: Creating Controller SectionTag: joomla, mvc, controller, component Category: PHP Frameworkpost: 13 Jan 2008 read: 2,543 Joomla MVC Step by Step Tutorial: After run hello.php for first time, next job will be handled by controller.php. It handles logic flow of component. For example, when we need show all data, it will load all function in model and view that have task display all data. When we want to display individual, it will load needed model and view.
Line 10 is a control. If we don't have value at task get parameter, we wil show all data. We will load model that have task show all data. Next post, we will write model that fetch all data from tabel. |
| | Give Your Opinion | Recommend |
|

