Hello all,
If you have problem to separate admin and front-end (modules, template)
Solution is over here, https://github.com/bhuban/modular
Module separation for admin and fron-end using HMVC and template separation using template libraries
I am using two third party libraries, you can find it in zip file.
1. HMVC for modular developed by wiredesignz
2. Template engine for templating by Phil Sturgeon
Just unzip it into your webserver root directory and run
localhost/modular for front-end
and
localhost/modular/admin for back-end
application/back-modules, it is for the back-end modules
application/front-modules, it is for the front-end modules
similarly
templates/admin for the back-end templates
templates/front for the front-end templates
themes/admin for the back-end themes
themes/front for the front-end themes
Nothig hacked in original code just configured using config.php and index.php