为什么棋牌室开着开着就倒闭了?
CakePHP 3.4.4 发布了,CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。该版本主要修复了一些社区反馈的问题。
更新内容如下:
Bug 修复和新特性:
Hash::filter()
no longer removes0.0
.- Error messages now include file and line numbers more often.
- Logging now handles string scopes more consistently.
- The ORM no longer emits errors when an association’s alias does not match the linked table’s alias. This allows you to leverage the
targetTable
option in associations to make association names that do not need to match the linked table. HtmlHelper::scriptStart()
not longer emits CDATA blocks by default anymore. This makesscriptStart()
consistent withscript()
.TranslateBehavior::translationField()
returns standard table alias for default locale.- Improved API documentation.
- Allow getting configured datetime class for Type class.
请参阅每个提交的 changelog 以了解详细内容。GitHub 发布主页
下载地址