发布于 2015-11-07 00:55:24 | 125 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.1.4, 3.0.15, 2.7.6/2.6.12 发布,CakePHP 3.1.4 主要是安全更新和 bug 修复:修复了 Remote File Inclusion 安全问题;其他 bug 修复:
PaginatorHelper always lowercases direction to be consistent.
Using the --debug
flag in PHPUnit will also enable fixture schema SQL to be logged.
CounterCacheBehavior now uses bindingKey()
resolving issues for associations that use custom binding keys.
The afterSaveCommit and afterDeleteCommit callbacks were added to behaviours.
The ability to set the default model type for classes using the ModelAwareTrait
was added.
Default type inference in ORMQuery
is now faster.
BelongsToMany link replacement no longer fails when the association conditions include columns from the junction table.
HasMany replace() now checks the return value of delete operations.
Nested validators are now aware of the create/update context.
Query::where()
now throws an exception when empty conditions are added. This prevents the addition of 1 != 1
clauses.
详细改进内容请看发行说明。
下载:
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。