Welcome Guest, Not a member yet? Register   Sign In
Problems with Codeigniter HMVC subfolders
#1

[eluser]Timothy_[/eluser]
Hello,

I have encountered an issue using subfolders with Codeigniter + HMVC.

Code:
/system/application/modules/welcome/controllers/staff/welcome.php
To access this I have to access it via http://www.app.com/welcome/staff/welcome

Unfortunately this doesn't fit the rest of my URL structure.

How can I remove the first welcome from the URL so the URL is http://www.app.com/staff/welcome

I have tried adding a route within the module:

Code:
/system/application/modules/welcome/config/routes.php
like:

Code:
$route['staff/welcome'] = "welcome/staff/welcome";
but unfortunately no luck.

Adding this route to the real codeigniter route file works but I feel that adding code external of the modules to get modules to work misses the point of adopting modularisation.

I hope someone is able to help.

Thanks,

Tim


Messages In This Thread
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 09:27 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 10:02 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 10:16 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 10:29 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 10:35 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 11:00 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 11:01 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 11:19 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-10-2011, 11:40 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-11-2011, 12:00 AM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-11-2011, 12:39 AM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-11-2011, 03:05 PM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-12-2011, 05:16 AM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-12-2011, 05:37 AM
Problems with Codeigniter HMVC subfolders - by El Forum - 05-12-2011, 05:37 AM
Problems with Codeigniter HMVC subfolders - by El Forum - 06-27-2011, 04:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB