发布于 2017-03-29 23:48:26 | 77 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.4.4 发布了,
更新内容如下:
Bug 修复和新特性:
Hash::filter()
no longer removes 0.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 makes scriptStart()
consistent with script()
.
TranslateBehavior::translationField()
returns standard table alias for default locale.
Improved API documentation.
Allow getting configured datetime class for Type class.
请参阅每个提交的 changelog 以了解详细内容。GitHub 发布主页
下载地址