发布于 2016-08-13 03:19:43 | 94 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.2.14 发布了。这是 3.2 分支的一个维护版本,修复了几个社区反映的问题。
值得注意的是,这是最后一次计划为 3.2 修复问题。在将来,直到 3.4.0 发布,3.2 将只能接收到安全修补更新。为了能继续接收到常规错误修正通知,我们建议您升级至 3.3.0。
Bug修复:
The ORMTable::buildValidator() hook method was added. Now all events that are fired from the table classes have matching hook methods. (@marksotry)
An interface has been created for DatabaseType subclasses. (@davidyell)
Fatal errors are now reported more accurately in CLI scripts when using PHP7. (@jippi)
BelongsToMany::unlink() now returns true when it succeeds. This increases consistency with other methods. (@markstory)
Validator::equals() now works as you would expect. (@markstory)
CakePHP now relies on ~1.0 of chronos, which is now stable. (@markstory)
API documentation has been cleaned up of excess whitespace (@ravage84)
下载