CodeIgniter Forums
Upgrade to 2.0.1 - config/autoload.php not loading - 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: Upgrade to 2.0.1 - config/autoload.php not loading (/showthread.php?tid=39625)

Pages: 1 2


Upgrade to 2.0.1 - config/autoload.php not loading - El Forum - 03-16-2011

[eluser]Webnet[/eluser]
Ok, I'll get on it... thanks for the help


Upgrade to 2.0.1 - config/autoload.php not loading - El Forum - 03-16-2011

[eluser]Webnet[/eluser]
How should admin/public controllers be segregated?


Upgrade to 2.0.1 - config/autoload.php not loading - El Forum - 03-16-2011

[eluser]Webnet[/eluser]
hehe, nevermind


Upgrade to 2.0.1 - config/autoload.php not loading - El Forum - 03-16-2011

[eluser]InsiteFX[/eluser]
Put the Admin_Controller and Public_Controller along with MY_Controller in application/core

InsiteFX