Reputation: 303
How to upgrade codeigniter from version 1.0 to recent version? I have downloaded the recent version of codeigniter and have a sample project which is written in version 1.0. When i try to run it. I am receiving various kinds of errors for using deprecated functions.
Upvotes: 0
Views: 450
Reputation: 7895
You would have to go through http://ellislab.com/codeigniter/user-guide/installation/upgrading.html and make appropriate changes.
Alternatively, you can just battle the errors as they come up until they're all gone.
It might be easier to just re-write the thing.
Upvotes: 1