Wednesday, September 14, 2011

Migrating from Codeigniter1.6 to Codeigniter2.0

If you are document oriented you should go through http://codeigniter.com/user_guide/changelog.html
I am switching to ci v2 here are some problems faced during the migration

Issues faced.
Issue 1:
Class 'MY_Controller' not found in application/controllers/welcome.php on line 3
Solution:
All the instructions say to put your controllers in application/library. Not anymore. You place them in application/core.

No comments:

Post a Comment