HMVC: Routing issue |
[eluser]weboap[/eluser]
normally with the hmvc you will have Code: /application in module 1 the relation between controllers and the long controller is basically in every controller you test if the user is logged in, if yes run the controller methods if NO redirect to login..... another step to make https://bitbucket.org/wiredesignz/codeig.../wiki/Home work is the routing part it will be as per the example above in config/routes like Code: $route['^(?!module2|module3).*'] = "module1/$0"; hope it help |
Messages In This Thread |
HMVC: Routing issue - by El Forum - 05-16-2012, 01:25 PM
HMVC: Routing issue - by El Forum - 05-16-2012, 02:38 PM
HMVC: Routing issue - by El Forum - 05-17-2012, 08:22 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 09:38 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 10:59 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 11:16 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 11:45 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 11:55 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 12:00 PM
HMVC: Routing issue - by El Forum - 05-17-2012, 12:07 PM
HMVC: Routing issue - by El Forum - 05-22-2012, 10:32 AM
HMVC: Routing issue - by El Forum - 05-22-2012, 10:49 AM
|