发布于 2016-08-04 00:46:48 | 51 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 2.8.6 发布了。
CakeEmail::deliver()
now lets subclasses use the static method.
Welcome page now correctly displays PDO related errors.
Query timing metrics are reset on BEGIN/COMMIT/ROLLBACK
statements, giving more accurate query timing data.
AuthComponent no longer stores redirect URLs for JSON
requests.
Empty strings are removed from the secured field list in FormHelper
. (@nojimage)
Icelandic locale (is-is) support was added.
Stateless authentication adapters now store their user data on all requests, not just those that require authorization.
Plugin associations defined with the short name as a key now behave consistently with other declaration modes.
Shutdown events are now triggered by the default error handling controllers.
CakeResponse::header()
now treats null
values now works like setting '' as a value.
Model::delete()
no longer performs joins when simple conditions are used.
CakeSchema
can now change column lengths to the database vendor's defaults.
A memory leak in the SmtpTransport
has been fixed.
了解更多请参见:changelog
下载地址: