I am new to codeigniter and using HMVC what I would like to do is separate front-end and backend modules in folders like this:
modules (folder)
frontend (folder)
-some module name (folder)
back-end (folder)
-some module name (folder)
Please any help would be brilliant and thank you in advance.
this is a good idea.. this will work with codeigniter. When u calling the controller you have mention the folder of the controller. for example, this is the folder structure :
calling the function 1.1 as
<?php echo base_url()?>index.php/frontend/module_name/controller_1/function1.1