1
I took a website to manage which is a content manager that was developed in CakePHP
in the version 0.2.9.
I would like to know which is the correct and safest way to upgrade to the version 2.0 or for the 3.0.
1
I took a website to manage which is a content manager that was developed in CakePHP
in the version 0.2.9.
I would like to know which is the correct and safest way to upgrade to the version 2.0 or for the 3.0.
2
Unfortunately there is no migration guide for version 0.2.9 available on the cakephp
in addition it is possible that you have to modify a lot knowing that there have been migrations from 1.2 to 1.3 then to 2.0,2.1,2,2,3... up to 3.0 so if you are going to check what has changed in each migrated version it pays more to take version 3 and redo the project, in short you can choose two actions, check all the versions migrated by the modifications, or pick the latest version and do based on it.
Browser other questions tagged php cakephp
You are not signed in. Login or sign up in order to post.
Thanks @Gabriel.
– fabricio_wm