Fully Working Codeigniter with CI Simplicity Template system (Admin LTE latest Included) and HMVC module.
- Codeigniter 3.1.7
- CI Simplicity
- Admin LTE 2.4.2
- HMVC Module
- Magic
All the "load" for Templates will be replaced by "output". See the example bellow
$this->load->section()
is replaced by $this->output->section()
- Form Validation Custom Callback Function problem fixed
- is_unique fixed.
- Example Module for a simple CRUD included With database(citemplate.sql included)
application/modules/examples
- HMVC Module and Template system conflict fixed
- Sample User Module Included in
application/modules/user