CakePHP 3.5.6 已发布。CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
此版本更新内容:
- Iterating subclasses of ArrayIterator that include CollectionTrait retains the original class fixing use of methods defined on the subclass.
- Response::__debugInfo() includes the response body now.
- Http\Client creates response objects in a separate method making response creation easier to extend.
- SQL expressions no longer include double parenthesis when nesting expressions.
- View subdirectories are no longer doubled when RequestHandlerComponent and view classes using subDir property are used together.
- Middleware can now be registered in RouteBuilder using a string classname.
- Protocol relative string URLs are now properly HTML encoded by UrlHelper.
更多内容请查看发布说明。
下载地址:
- cakephp-3-5-6.zip
- Source code (zip)
- Source code (tar.gz)