CakePHP 3.0.14 发布,此版本是个维护版本,主要是 bug 修复和功能增强,同时也有一些安全修复。 Bug 修复 I18n shell no longer outputs both merged and separate domain pot files when --merge is used. StringTemplates convert 1 dimensional array values into strings. This fixes 'array to string conversion' errors when arrays are formatted into templates. Option groups created by FormHelper can now have integer values. Json view selection now reliably works with the Accept header when the json extension has not been enabled. Postgres adapter correctly reflects schema for TIME WITHOUT TIMEZONE now. FormHelper now correctly sets the required attribute for boolean columns in associations. The BetweenExpression now accepts expression objects in each of its conditions. Query::__debugInfo() and Table::__debugInfo() no longer raise fatal errors if they are invoked before object construction is complete. 功能增强 Cache::registry() was added. This method is useful for replacing the cache backend registry in testing. Improved API documentation. UUID fields now marshal '' as null. TreeBehavior::recover() now supports a recoverSort option for defining how a tree should be sorted before recovery. The jsonapi type had its mime type added to Response. MySQL adapter supports CURRENT_TIMESTAMP default value in datetime columns. 下载:https://github.com/cakephp/cakephp/archive/3.0.14.zip。 CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性: 基于MVC架构 视图支持Ajax 内置校验框架 提供应用程序的基础模块和CRUD 代码自动生成功能 提供处理session,request,security的组件 灵活的视图缓存功能 面向对象 无需配置:只要安装好数据库 兼容PHP4和PHP5。 CakePHP 3.0.14 发布,PHP 开发框架下载地址