发布于 2016-10-30 00:46:50 | 39 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.3.7 发布了。
Bug修复:
You can expect the following changes in 3.3.7. See the changelog for every commit.
HttpClient
no longer sets the Content-Type
header on all requests. Instead if there is no request data, the Content-Type
header is not sent.
New Entities that contain only translated records now persist correctly.
JsonView
no longer hard fails on INF
and NAN
values. Instead these values are replaced with '0'.
''
is now an accepted key in both Session and Hash::get()
operations.
新特性:
Time objects can now have their JSON encode format set to Time::UNIX_TIMESTAMP_FORMAT
.
FormHelper::create()
now supports the 'enctype' and 'method' options.
Routing now supports multi-extensions like '.csv.gz'.
Composer scripts were added to make running tests and linting easier.