CakePHP 3.3.9 发布了,CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
更新内容如下:
bug修复:
An invalid option was removed from JsonView.
ShellDispatcher now logs fewer warnings about duplicate shells when debug logging is enabled.
The exception message raised when an ORM update fails due to missing primary key values has been improved.
Xml::toArray()
no longer errors on tag names that match application class names.Console errors no longer include duplicate tags when invalid options are used.
Improved API documentation for return & parameter types.
Router no longer parses extensions in a greedy way.
Route key elements can now be a single character.
新特性:
BreadCrumbsHelper was added. This helper offers and improved API over the existing breadcrumb features offered by HtmlHelper.
Cake\Network\Response
now features a__debugInfo()
method.
下载地址: