6月14日 上海 OSC 源创会开始报名啦,有很多机械键盘送哦!!!
CakePHP 2.6.5 发布,此版本是 2.6 系列的 Bug 修复版本,更新如下:
Year form fields when created with input()
now work as expected.
Support for the 429 HTTP status code has been added.
JsonView now supports a _jsonOptions
view variable to configure the serialization options used in json_encode()
.
XmlView now supports a _xmlOptions
view variable to configure the serialization options used when generating XML.
Code coverage in the web runner for non-app files works again.
SchemaShell no longer mangles file names ending in 'p' or 'h'.
Multi-word irregular nouns are now inflected properly by Inflector. Previously words would contain letters transposed between the first and second word.
All HTML5 attributes that can be minimized have been added to HtmlHelper.
Identifier quoting of table aliases in sub-queries, used to create virtual fields has been corrected.
此版本现已提供下载: https://github.com/cakephp/cakephp/archive/2.6.5.zip
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。