红联Linux门户
Linux帮助

CakePHP 3.1.3发布,PHP开发框架

发布时间:2015-10-26 09:12:33来源:红联作者:empast
CakePHP 3.1.3 发布,此版本是个维护版本,主要是 bug 修复和改进:

Bug 修复

Fixed issues in the SMTP email transport when connecting to gmail.

Fixed regression in the BooleanType converted in database when using NULL.

Solved a couple problems when matching routes containing multibyte characters.

Improving Query::count() so that it does not execute the query twice when calling the method multiple times.

Avoided some errors when using XDebug in classes having __debugInfo

功能增强

HasMany associations now have the link, unlink and replace methods implemented, like BelongsToMany associations do. This improves the usability of append-only associations.

Made it easier to use the IntegrationTestCase with controllers having theSecurityComponent enabled.

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

基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。

软件详情:http://bakery.cakephp.org/2015/10/25/cakephp_3_1_3_released.html

下载地址:https://github.com/cakephp/cakephp/releases/download/3.1.3/cakephp-3-1-3.zip

来自:开源中国社区
文章评论

共有 0 条评论