CakePHP 2.8.8 发布了。CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而又不失灵活性。本次更新内容如下:
Bugfixes
You can expect the following changes in 2.8.8. See the changelog for every commit.
CakeTestCase::getMockForModel() no longer fails when when models interact with their data source in the constructor.
A regression in FormHelper related to security tokens and applications in sub-directories was fixed.
软件详情:https://github.com/cakephp/cakephp/compare/2.8.7...2.8.8
下载地址:https://github.com/cakephp/cakephp/archive/2.8.8.zip
来自:开源中国社区

