简体   繁体   中英

I have a website into cackephp v1.3.14 and i want to upgrade into cakephp v3.x

Can I easily upgrade cake PHP v1.3.14 to v3.x ? If it is possible, then what are the changes after upgrading? Give me the best way to how can upgrade it?

Since cakephp 1.3 to cakephp 3 there is lot of changes in framework so i would suggest first update to cakephp 2.x and if its ok then continue with it else from 2.x upgrade to 3.x For updating follow the steps: Download the cakephp 2.x

  1. Then add all your controllers from 1.3 to 2.x, models and views.
  2. Then run the code if and fix the errors like functions that are not supported in controller and view.
  3. Then optimise the code according the best usage of the latest code.

Here is link for learning cakephp few concepts: https://book.cakephp.org/2.0/en/appendices/2-0-migration-guide.html http://www.onenightstudy.com/search/label/CakePhp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM