发布于 2016-07-10 00:55:26 | 118 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.2.12 发布了。
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.