设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

CakePHP 3.0.4发布,PHP开发框架

2015-5-9 22:51| 发布者: joejoe0332| 查看: 624| 评论: 0|原作者: oschina|来自: oschina

摘要: CakePHP 3.0.4 发布,此版本是个维护版本,包括安全修复和 bug 修复。安全修复CsrfComponent 验证请求失败,导致丢失 CSRF token 和 CSRF 发送数据当编组请求数据时,空条目会绕开验证,创建 JSON 负载。RulesChecke ...

CakePHP 3.0.4 发布,此版本是个维护版本,包括安全修复和 bug 修复。

安全修复

  • CsrfComponent 验证请求失败,导致丢失 CSRF token 和 CSRF 发送数据

  • 当编组请求数据时,空条目会绕开验证,创建 JSON 负载。RulesChecker 验证不会被这些空条目绕开。

Bug 修复

  • Cascading deletes on associations with custom aliases should no longer fail.

  • XmlView now supports _xmlOptions. This matches the behavior of JsonView.

  • EntityTrait::extractOriginal() now behaves consistently with  extract(). Both methods now include all named properties, instead of just  the unchanged properties. A new method extractOriginalChanged() can be  used to extract only the original values of changed attributes.

  • Query string parameters are now correctly supported in  IntegrationTestCase.

  • Collection::isEmpty() and Cake\ORM\Query::isEmpty() was added.

  • Forms can now be created without the action attribute.

  • Accessing entity data is now more efficient. Entities will  cache the result of custom accessors, and invalidate the cache when  properties are changed or removed.

此版本现已提供下载:cakephp-3-0-4.zip


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

基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部