![]() |
folder - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: folder (/showthread.php?tid=59549) |
folder - El Forum - 10-19-2013 [eluser]davy_yg[/eluser] Hello, I know that it is possible to place all my admin files in an admin folder in views/admin, which I can address it later through the controller. Yet, I wonder is it possible to seperate the admin files in an admin folder in controller ? (such as controllers/admin) If it is possible how to call the admin controller files ? How to route it ? Thanks before. folder - El Forum - 10-19-2013 [eluser]dickfu[/eluser] you can directly put files into admin folder user guide referance : http://ellislab.com/codeigniter/user-guide/general/controllers.html#subfolders |