Reputation: 315
I am working on project which was developed in CakePHP 1.3 by someone. I am confused there are some differences in different versions of cakephp i don't feel comfortable in ver 1.3. i want to change it to cakephp 2.3. is it possible?
Upvotes: 0
Views: 320
Reputation: 175
Sure! It can be done and to be honest, if you follow the migration guide then it won't be too complex. Yes it WILL be hard work and lengthy, but not complex.
Upvotes: 0
Reputation: 5768
Yes it's possible but will be a cumbersome task if you are migrating a large app.
You need to follow the 2.0 migration guide, that will help you get your application working with version 2.0, then follow the minor version migration guides until your app is compliant and working with the latest version of CakePHP, which is 2.3 at the moment.
Upvotes: 2