Problems with Codeigniter HMVC subfolders |
[eluser]Timothy_[/eluser]
Hello, I have encountered an issue using subfolders with Codeigniter + HMVC. Code: /system/application/modules/welcome/controllers/staff/welcome.php 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 Code: $route['staff/welcome'] = "welcome/staff/welcome"; 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
|