Home  >  Article  >  Backend Development  >  CakePHP 3.2.0-RC1 发布,PHP 开发框架

CakePHP 3.2.0-RC1 发布,PHP 开发框架

WBOY
WBOYOriginal
2016-06-20 12:41:35845browse

CakePHP 3.2.0-RC1 发布,此版本最低要求 PHP 5.5.10,主要改进:

  • 禁用废弃特性提醒

  • 使用 Chronos 代替 Carbon

  • 新日期对象

  • 新不可变日期和时间对象

  • 新增 CorsBuilder

  • 改进 ORM

  • 改进验证 API

  • 改进工作台

  • 新增 StopException

  • Helpers initialize()

  • FormHelper

还有一些特性废弃,更多改进内容请看 发行说明 。

下载: cakephp-3-2-0-RC1.zip

CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:

基于MVC架构

视图支持Ajax

内置校验框架

提供应用程序的基础模块和CRUD 代码自动生成功能

提供处理session,request,security的组件

灵活的视图缓存功能

面向对象

无需配置:只要安装好数据库

兼容PHP4和PHP5。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn