红联Linux门户
Linux帮助

CakePHP 3.3.0-beta2发布,PHP开发框架

发布时间:2016-07-18 09:26:35来源:红联作者:baihuo
CakePHP 3.3.0-beta2 发布了,CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。

Bugs 修复 & 新特性:

Text::truncateWidth() was added. This method lets you truncate text by a visual width. This is useful when working with languages that have double width characters like Japanese. (@chinpei215)

IntegrationTestCase can now correctly stub out the Content-Type header. (@dakota)

Allow integration testing of secure post requests with a query string. (@dakota)

requestAction() has been deprecated. Use view cells instead.

TreeBehavior now disallows nodes from being their own parents. (@markstory)

Dispatch Filters are now integrated in the new PSR7 middleware stack for backwards compatibility. (@markstory)

Http\Client sends the correct content-type when array data is sent. (@markstory)

No exceptions are raised when empty file inputs are uploaded. (@ADmad)

FormHelper::error() now allows message translation by rule name, in addition to by error message string. (@oyas)

Table::validateUnique() no longer raises an exception when non-scalar values are received. (@markstory)

下载地址:https://github.com/cakephp/cakephp/archive/3.3.0-beta2.tar.gz

来自:开源中国社区
文章评论

共有 0 条评论