CakePHP 2.7.1 发布,此版本主要是 bug 修复:
CakeText::tokenize()
now works with multibyte separator values.
AJAX requests that failed authentication when AuthComponent did not have a loginElement
configured, are no longer trapped in a redirect loop.
Hash::maxDimensions()
now correctly calculates the depth when nested elements are not in the 0th element of the parent.
Model::saveMany()
and Model::saveAssociated()
behave correctly when saving with atomic = false
and boolean fields set to false
.
FormHelper::input()
now correctly uses the value
option with date/time/datetime input types.
Terminal colours are enabled in windows when using ConEmu.
下载: https://github.com/cakephp/cakephp/archive/2.7.1.zip 。
CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。