CakePHP 3.1.7 发布,PHP 开发框架

WBOY
풀어 주다: 2016-06-20 12:40:31
원래의
1030명이 탐색했습니다.

CakePHP 3.1.7 发布,此版本主要是一些 bug 修复和小改进:

Bug 修复

  • Paginator::numbers() now treats numeric string values in first and last as strings.

  • Using invalid associations in ExistsIn rules now raises a helpful error.

  • BelongsToMany associations can have their fields limited through queryBuilder closures.

  • The $query->func()->now() query function works as expected in where conditions now.

  • XmlView no longer fails when attempting to output XML documents built with DOMDocument.

  • BelongsToMany _joinData is now marshalled consistently by Table::patchEntity() .

  • Missing Controller error pages display the correct class name and path for prefixed controllers.

小改进

  • IntegrationTestCase::cookieEncrypted() was added. This helper lets you set the value of encrypted cookies.

  • IntegrationTestCase::assertCookieEncrypted() was added. This assertion lets you compare encrypted cookie values.

  • FormHelper now forwards templateVars to the templates for submitContainer and inputSubmit .

  • Collection::chunk() was added. This method lets you split a collection into equal sized chunks.

  • Exception classes were added for Conflict (409), Gone (410), Not Acceptable (406) and Service Unavailable (506).

  • Configure::readOrFail() was added. This method will read a value from Configure and raise an exception if it does not exist.

下载: cakephp-3-1-7.zip

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

基于MVC架构

视图支持Ajax

内置校验框架

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

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

灵活的视图缓存功能

面向对象

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

兼容PHP4和PHP5。

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!