Welcome Guest, Not a member yet? Register   Sign In
A login script that works great in regular Codeigniter will not work in HMVC
#4

(06-30-2015, 09:24 PM)InsiteFX Wrote:
(06-30-2015, 02:05 PM)Codin2015 Wrote: I found the answer to my question it is all in the routes you have to name the different controllers as such $route['verify'] = 'modulename/verify/index'; this solved my problem. I do not know if you have to do this for each module you add or not.


Did you add this to your ./application/config/config.php ?


PHP Code:
/*
|--------------------------------------------------------------------------
| HMVC Module paths
|--------------------------------------------------------------------------
|
*/
$config['modules_locations'] = array(
 
APPPATH.'modules/' => '../modules/',
);


No I did not I am still having trouble getting my pages found so I will try this thank you
Reply


Messages In This Thread
RE: A login script that works great in regular Codeigniter will not work in HMVC - by Codin2015 - 07-13-2015, 12:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB