Modular Extensions - HMVC makes the CodeIgniter PHP framework modular. Modules are groups of independent components (typically, controller, model and view) arranged in one application sub-directory that can be dropped into other CodeIgniter applications.
- Clone / Download this repository.
- Paste these files into your applications folder.
All Controllers
must be extended from MY_Controller
.
- Add
MY_Controller
- Fix deprecated on load other module on php 7.2+
- Fix load local helper
- Support PHP 7.3
- Fix MX Loader
- wiredesignz - Original HMVC Modular Extension.