将 CakePHP 从 2.1 升级到 2.8+
Upgrade CakePHP from 2.1 to 2.8+
我确定我应该将我的项目从 2.1 升级到 2.8+
但这有多难呢?任何人都有这样的经历吗?
有什么 "dos and don'ts" 我应该知道的吗(除了那个男人)?
But how hard would it be? Anyone have some experience like this?
它的难易程度取决于您的代码质量以及您对框架原则的遵守程度。如果你很好地使用它并遵循它的约定并且没有改变核心 类 或做出任何其他愚蠢的事情,那么它应该只是遵循迁移指南的问题。
Are there any "dos and don'ts" I should know (apart those from the man)?
不,只需按照迁移指南进行操作即可。每个版本都有一个描述更改的版本。这是 2.8 的那个,我相信你能找到其他的。
http://book.cakephp.org/2.0/en/appendices/2-8-migration-guide.html
我确定我应该将我的项目从 2.1 升级到 2.8+ 但这有多难呢?任何人都有这样的经历吗? 有什么 "dos and don'ts" 我应该知道的吗(除了那个男人)?
But how hard would it be? Anyone have some experience like this?
它的难易程度取决于您的代码质量以及您对框架原则的遵守程度。如果你很好地使用它并遵循它的约定并且没有改变核心 类 或做出任何其他愚蠢的事情,那么它应该只是遵循迁移指南的问题。
Are there any "dos and don'ts" I should know (apart those from the man)?
不,只需按照迁移指南进行操作即可。每个版本都有一个描述更改的版本。这是 2.8 的那个,我相信你能找到其他的。
http://book.cakephp.org/2.0/en/appendices/2-8-migration-guide.html