皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

CakePHP 3.6.0-beta1 和 3.5.13 发布,PHP 开发框架

CakePHP 3.6.0-beta1 和 3.5.13 发布,PHP 开发框架

CakePHP 3.6.0-beta1 和 3.5.13 已发布。3.6.0-beta1 是 CakePHP 3.6 系列的首个 beta 版,带来了一些重要的新特性,对框架的部分核心和方法都进行了重大的更改,详情请查看 3.6 迁移指南

3.5.13 作为常规维护版本,修复了几个社区报告的问题。3.5.13 包括以下的更改内容,查看更新日志以了解每个提交包含的内容:

  • Form now allows schema classes to be customized via the _schemaClass property.
  • A notice error in the missing template error page was fixed.
  • Tables with no primary key can no longer be updated by the ORM. Instead of a dangerous update operation an exception will be raised.
  • Entity virtual fields are now included in debug output.
  • PaginatorComponent no longer prefixes sort fields. This makes defining sortWhitelist easier.
  • Improved API documentation.
  • Session configuration in integration test cases should not emit errors in PHP7.2 with database sessions.
  • FormHelper now accepts multiple => false to disable multi-select generation.

CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。

3.6.0-beta1:https://github.com/cakephp/cakephp/releases/tag/3.6.0-beta1
3.5.13:https://github.com/cakephp/cakephp/releases/tag/3.5.13

转自 http://www.oschina.net/news/93911/cakephp-3-5-13-and-3-6-0-beta1-released