Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

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

$
0
0

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)

下载地址:


Viewing all articles
Browse latest Browse all 44787

Trending Articles