/codeigniter-modular-separation

Modular Separation allows you to use modules for code organization in your application while only using a single controller per request. Instead of placing all of your controllers, models and views in the same folders you can have a “module” for each section of your site then place the MVC elements in there.

Primary LanguagePHP

No issues in this repository yet.