CakePHP 3.3.13 发布了,CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。该版本主要修复了一些社区反馈的问题,更新内容如下:
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 thecaseInsensitive
option.HasMany::link()
now updates all records in a single transaction.The
nestedInput
option inFormHelper::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()
.
下载地址: