Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 804 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 804 Bytes

hmvc-ci

Setting up Codeigniter HMVC - HMVC stands for Hierarchical Model View Controller. Modular Extensions make the Codeigniter PHP framework modular So Lets get Started.

Download the zip files to your local system and extract files.

Download all 3 directories Copy files and folders inside the application direcotory of you Codeigniter application.

ci_3.1/application/

Make sure you have place the directories to the right place and your HMVC is all set #After setting up HMVC you can run you project from module directory. for example : yourdomain.com/controller/function/ In our case I have created Welcome controller inside the Modules so the url will be

yourlocal_CI_path/welcome/

You can also change the directory Modules to your disired name with third_pary/Module.php

All the Best.