how many levels of subfolders are supported ? |
[eluser]EugeneS[/eluser]
any one knows how many levels of controller subfolders are supported ? i mean next lets imagine i have folder structure: application/controllers/admin inside admin folder i have some controller for example "users" i can reach it like http://localhost/admin/users/ can i add another folder into the "admin" folder and then reach the controller inside it smth like: folder structure: application/controllers/admin/aaaa inside folder "aaaa" will be some controller "aaaacontroller" can i reach it through the url like this one or not: http://localhost/admin/aaaa/aaaacontroller/ i cant, but no sure should this way work or not, or only one level of the controller subfolders is supported. |
Messages In This Thread |
how many levels of subfolders are supported ? - by El Forum - 11-27-2007, 07:37 AM
how many levels of subfolders are supported ? - by El Forum - 11-27-2007, 12:08 PM
how many levels of subfolders are supported ? - by El Forum - 11-27-2007, 12:40 PM
how many levels of subfolders are supported ? - by El Forum - 11-27-2007, 01:05 PM
how many levels of subfolders are supported ? - by El Forum - 11-28-2007, 03:09 AM
how many levels of subfolders are supported ? - by El Forum - 11-28-2007, 03:16 AM
how many levels of subfolders are supported ? - by El Forum - 01-08-2008, 03:01 PM
how many levels of subfolders are supported ? - by El Forum - 01-08-2008, 03:10 PM
how many levels of subfolders are supported ? - by El Forum - 01-08-2008, 03:40 PM
how many levels of subfolders are supported ? - by El Forum - 01-08-2008, 03:47 PM
|