CakePHP 3.1.3 发布,PHP 开发框架
阿里云携手开源中国众包平台发布百万悬赏项目 »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 whencalling the method multiple times.
[*] Avoided some errors when using XDebug in classes having __debugInfo
功能增强
[*] HasMany associations now have the link, unlink and replace methodsimplemented, like BelongsToMany associations do. This improves the usabilityof append-only associations.
[*] Made it easier to use the IntegrationTestCase with controllers having theSecurityComponent enabled.
详细改进请看发行说明。
下载:cakephp-3-1-3.zip
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而又不失灵活性。主要特性:
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。
页:
[1]