CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:
- 基于MVC架构
- 视图支持Ajax
- 内置校验框架
- 提供应用程序的基础模块和CRUD 代码自动生成功能
- 提供处理session,request,security的组件
- 灵活的视图缓存功能
- 面向对象
- 无需配置:只要安装好数据库
- 兼容PHP4和PHP5。
更新日志
- Support for TLS 1.2 was added to CakeSocket. Using newer TLS versions requires PHP5.6 or greater.
- The CSRF and Security token fields now have autocomplete=off. This resolves a problem with the back button in new versions of Safari.
- ControllerTestCase::testAction() now works as expected when App.base is set.
- Validation::notEmpty() accepts -0.0 as it does on 3.x.
下载
本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/60a85ca0
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/11993.html