The console TableHelper more gracefully handles empty data.
Junction table conditions are now reset correctly.
ExistsIn and IsUnique application rules are no longer invoked twice.
Generated junction table classes now inherit the connection of the table defining the BelongsToMany association. This makes it easier to have plugin specific connections.
URLs with uppercase protocols are now autolinked by TextHelper.
Cache groups defined in injected cache engine instances are now registered correctly.
Request::header() can now read the Content-Length and Content-Type header values.
细节改进
Schema reflection will now include per-column collation data when available.
TimeHelper now supports an outputTimezone config option. This lets you set a global output timezone making it easier to localise formatted dates/times.
HtmlHelper::image() now supports CID: URLs.
Table::findOrCreate() now supports an atomic option.
Performance optimizations in find(list)
Folder::inCakePath() is now deprecated. Use Folder::inPath() instead.
CakePHP 3.2.12 发布,PHP 开发框架
CakePHP 3.2.12 发布了。CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而又不失灵活性。
Bug修复
changelog
The console
TableHelper
more gracefully handles empty data.Junction table conditions are now reset correctly.
ExistsIn and IsUnique application rules are no longer invoked twice.
Generated junction table classes now inherit the connection of the table defining the BelongsToMany association. This makes it easier to have plugin specific connections.
URLs with uppercase protocols are now autolinked by
TextHelper
.Cache groups defined in injected cache engine instances are now registered correctly.
Request::header()
can now read theContent-Length
andContent-Type
header values.细节改进
Schema reflection will now include per-column collation data when available.
TimeHelper
now supports anoutputTimezone
config option. This lets you set a global output timezone making it easier to localise formatted dates/times.HtmlHelper::image()
now supportsCID:
URLs.Table::findOrCreate()
now supports anatomic
option.Performance optimizations in
find(list)
Folder::inCakePath()
is now deprecated. UseFolder::inPath()
instead.下载地址:
cakephp-3-2-12.zip
Source code (zip)
Source code (tar.gz)