mindong 发表于 2016-10-27 00:08:08

CakePHP 2.8.6 发布,PHP 开发框架

欢迎加入运维网交流群:263444886  
                  CakePHP 2.8.6 发布了。CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而又不失灵活性。
Bug修复

[*]  CakeEmail::deliver() now lets subclasses use the static method. 
[*]
  Welcome page now correctly displays PDO>
[*]  Query timing metrics are reset on BEGIN/COMMIT/ROLLBACK statements, giving more accurate query timing data. 
[*]  AuthComponent no longer stores redirect URLs for JSON requests.
[*]  Empty strings are removed from the secured field list in FormHelper. (@nojimage)
[*]  Icelandic locale (is-is) support was added. 
[*]  Stateless authentication adapters now store their user data on all requests, not just those that require authorization.
[*]  Plugin associations defined with the short name as a key now behave consistently with other declaration modes. 
[*]  Shutdown events are now triggered by the default error handling controllers. 
[*]  CakeResponse::header() now treats null values now works like setting '' as a value. 
[*]  Model::delete() no longer performs joins when simple conditions are used. 
[*]  CakeSchema can now change column lengths to the database vendor's defaults. 
[*]  A memory leak in the SmtpTransport has been fixed.
  了解更多请参见:changelog 
  下载地址:

[*]  Source code (zip)
[*]  Source code (tar.gz)
页: [1]
查看完整版本: CakePHP 2.8.6 发布,PHP 开发框架