Welcome Guest, Not a member yet? Register   Sign In
Module Routing
#5

[eluser]InsiteFX[/eluser]
In HMVC if you name the controller the same as the module directory name you do not need a root for it.

Also make sure you add this to your application/config/config.php file
Code:
/*
|--------------------------------------------------------------------------
| Module Paths
|--------------------------------------------------------------------------
|
|
*/
$config['modules_locations'] = array(
APPPATH.'modules/' => '../modules/',
);


Messages In This Thread
Module Routing - by El Forum - 02-03-2014, 04:44 PM
Module Routing - by El Forum - 02-03-2014, 05:44 PM
Module Routing - by El Forum - 02-03-2014, 07:20 PM
Module Routing - by El Forum - 02-03-2014, 09:27 PM
Module Routing - by El Forum - 02-04-2014, 03:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB