Welcome Guest, Not a member yet? Register   Sign In
Modular Separation and default controller
#2

[eluser]loosetops[/eluser]
You can't do default_controller with modular separation, the trick is to do a normal route

Do it like below in your modules routes.php
Code:
//$route['default_controller'] = 'my_controller'; // wrong
$route['module_name'] = 'my_controller'; // right


Messages In This Thread
Modular Separation and default controller - by El Forum - 08-10-2010, 08:24 PM
Modular Separation and default controller - by El Forum - 08-11-2010, 01:42 PM
Modular Separation and default controller - by El Forum - 08-11-2010, 01:44 PM
Modular Separation and default controller - by El Forum - 08-11-2010, 02:05 PM
Modular Separation and default controller - by El Forum - 08-11-2010, 04:54 PM
Modular Separation and default controller - by El Forum - 08-17-2010, 08:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB