发布于 2017-01-30 00:52:34 | 59 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.3.13 发布了,该版本主要修复了一些社区反馈的问题,更新内容如下:
When sending a Client request through a proxy, the URI is now in an absolute form.
Query::update()
now raises an error when an invalid parameter is passed.
Mailers are now reset when sending an email raises an exception.
Improved error messages when associations are missing primary keys.
Validator::multipleOptions
no longer ignores the caseInsensitive
option.
HasMany::link()
now updates all records in a single transaction.
The nestedInput
option in FormHelper::input()
no longer appears as an attribute.
TestCase::assertHtml()
accepts whitespace before a closing tag.
Improved API documentation.
Added support for the parseHuge option in Xml::build()
.
下载地址: