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

新闻 CodeIgniter 3.0 RC2 发布,PHP 的 MVC 框架 下载

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    CodeIgniter 3.0 RC2 发布,此版本现已提供下载:https://github.com/bcit-ci/CodeIgniter/archive/3.0rc2.zip

    相比上一个 RC 版本,改进内容如下:


    • Added form validation rule 'in_list'


    • Session files driver now throws an exception if save_path is invalid


    • Moved 'composer_autoload' initialization earlier in the runtime and added log messages to it in case of failure


    • Fixed a bug in CI_Session::mark_as_temp()


    • Fixed a bug in pdo_4d forge driver


    • Fixed a possible bug in Session database driver (this was quite possibly a PHP bug actually)


    • Fixed a bug in Image_lib where watermarking didn't work without drop shadows

    还有一些文档改进。

    升级请看CodeIgniter 3 升级指导

    更多内容请看发行说明

    CodeIgniter 是一个简单快速的PHP MVC 框架。EllisLab 的工作人员发布了 CodeIgniter。许多企业尝试体验过所有 PHP MVC 框架之后,CodeIgniter 都成为赢家,主要是由于它为组织提供了足够的自由支持,允许开发人员更迅速地工作。

    自由意味着使用 CodeIgniter 时,您不必以某种方式命名数据库表,也不必根据表命名模型。这使 CodeIgniter 成为重构遗留 PHP 应用程序的理想选择,在此类遗留应用程序中,可能存在需要移植的所有奇怪的结构。

    CodeIgniter 不需要大量代码(1.6.2 版本仅为 2.8 MB,其中的 1.3 MB 是可以删除的用户文档),也不会要求您插入类似于 PEAR 的庞大的库。它在 PHP 4 和 PHP 5 中表现同样良好,允许您创建可移植的应用程序。最后,您不必使用模板引擎来创建视图 — 只需沿用旧式的 HTML 和 PHP 即可。
    CodeIgniter 3.0 RC2 发布,PHP 的 MVC 框架下载地址
     
正在加载...