This post shows you how to make HMVC structure on CodeIgniter using Third Party. Please follow these steps. 1. Download the third party zip for making the HMVC from http://rupamhazra.com/download/MX.zip 2. Extract and then put the MX folder in application/third_party folder like below screenshot. 3. Download another zip from this link http://www.rupamhazra.com/download/Loader&Router.zip and Extract in application/core
Category: CodeIgniter
How to removed index.php from url in CodeIgniter ?
If you want to remove index.php from url then you must follow these steps. Please follow and like us:
How hooks are working in CodeIgniter?
Hooks feature provides a means to tap into and modify the inner workings of the framework without hacking the core files. So, if you want to put a functionality which can run whenever a controller’s function initialized then you should call a function through hooks. The following is a list of available hook points. pre_system Called