Controllers in subfolders, How do I specify an index? |
[eluser]Go-Trex[/eluser]
There is an explanation in the official user guide about placing controllers in sub-folders. You can find the explanation here: http://ellislab.com/codeigniter/user-gui...subfolders I use this method for a while now and most of the times it is suitable, but when you are combining this with a multi-language interface where the first uri-segment is the countrycode you need to make changes to the default routes. Keep that in mind for future projects. |
Messages In This Thread |
Controllers in subfolders, How do I specify an index? - by El Forum - 11-13-2012, 12:31 AM
Controllers in subfolders, How do I specify an index? - by El Forum - 11-13-2012, 06:29 AM
Controllers in subfolders, How do I specify an index? - by El Forum - 11-13-2012, 06:57 AM
Controllers in subfolders, How do I specify an index? - by El Forum - 11-13-2012, 07:05 AM
Controllers in subfolders, How do I specify an index? - by El Forum - 11-13-2012, 07:51 PM
Controllers in subfolders, How do I specify an index? - by El Forum - 11-24-2012, 03:04 AM
|