HMVC library for CodeIgniter 3.1
HMVC library for CodeIgniter 3.1
Create new folder called your_modules so the structure seems like \
\
./ your_project \
|- application \
|— modules \
|—- your_module
Create controllers in your new module so the structure seems like \
\
./ your_project \
|- application \
|— modules \
|—- your_module \
|—— controllers
Repeat sixth step to create models and views
Check the directory seems like this \
\
./ your_project \
|- application \
|— modules \
|—- your_module \
|—— controllers \
|—— models \
|—— views
Finally, you can start write your code in the controllers, models and views in each modules you made
Fork this repo, wrote your own code, create new issue then make pull request. Feel free to contribute this repo.