发布于 2017-04-02 23:53:44 | 102 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
CakePHP 2.9.7 是 2.9 分支的维护版本,主要修复几个社区报告的问题:
Router::reverseToArray()
was added. This new method allows you to get the URL parameters from a request that would let you generate the request's URL again with Router::url()
.
CakeSchema no longer adds an additional id
column to tables when reflecting schema of tables with non-conventional primary keys, and not using the defined model classes.
The error class used by FormHelper::input()
can be customized with the errorClass
option.
Hash::filter()
no longer removes values of 0.0
.
AuthComponent::logout()
now removes the active user data used by stateless authenticators.
Latvian and Hungarian locale names were corrected.
下载地址: