1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 CakePHP 3.1.0-RC1 发布,PHP 开发框架 下载

本帖由 漂亮的石头2015-08-31 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,336
    赞:
    47
    CakePHP 3.1.0-RC1 发布,此版本相比 beta 版本改进如下:


    • Controller::getView() has been removed. In its place viewBuilder() has been added. This method and new builder class resolves the issues that were caused by creating view instances eagerly.


    • Mailer instances now set their template names based on the action that was invoked.


    • View::viewPath() is now View::templatePath().


    • Auth.redirect is no longer to referrer URL when accessing login action. Instead it is only set to a protected URL when trying to access it without authentication, before redirecting to login action.

    新特性


    • Validation::latitude(), and Validation::longitude() were added.


    • Validation::ascii(), Validation::utf8(), and Validation::isInteger() were added.


    • Cache::add() was ported from 2.x. This method allows you to atomically add data to a cache backend if the key did not already exist.


    • Time::listTimezones() now supports options to display timezone abbreviations.


    • Hash::get() now supports objects implementing ArrayAccess.


    • Hash::sort() supports case-insensitive sorting through a new ignoreCase option.

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


    [​IMG]

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

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