发布于 2015-08-24 08:30:41 | 149 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 2.7.3 发布,此版本是个维护版本,主要是 bug 修复:
DboSource::isConnected()
now emits a SELECT 1
query to ensure the connection is still active. This is helpful in long running processes like CLI tools.
Missing Flash templates were added. These templates were accidentally omitted from earlier 2.7 releases.
Model::exists()
now always returns false, when a model uses useTable = false
.
MediaView
now correctly supports the documented extension
option.
Forms secured with SecurityComponent no longer blackhole when a hidden input is followed by a visible input of the same name.
下载:https://github.com/cakephp/cakephp/archive/2.7.3.zip。
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。