发布于 2017-06-27 00:20:46 | 102 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.4.9 已发布,
该版本主要修复了一些社区反馈的问题。更新内容如下:
Bug 修复和新特性:
RedisEngine
now uses multiple delete operations when clearing keys. This resolves a compatibility issue with redis cluster.
Plugin fixtures in sub-directories can now be used as documented.
Query::contain()
on HasMany associations with a finder
option now works as expected.
IntegrationTestCase
now simulates the correct environment variables enabling getRequestTarget()
to work as expected.
Debugger::excerpt()
can now be used on the last line in a file.
An incompatibility introduced in PHPUnit 5.7.21 and CakePHP's forwards compatibility shims has been resolved.
请参阅 每个提交的 changelog 以了解详细内容。GitHub 发布主页。
下载地址