Hello,
I don’t understand how the routes.php works in the HMVC structure.
I have:
/modules/projects
/modules/projects/config/routes.php
/modules/projects/controllers/historic.php
And the application structure:
/config/routes.php
My modules routes.php is:
$route['default_controller'] = "historic";
And my application routes.php:
$route['default_controller'] = "projects";
And I can’t get it working. There is no other controller called projects con app/controllers/.
Thank you in advance!
