uglide/zfcore-transition

CMF ZFCore 的过渡分支

安装: 10

依赖者: 0

建议者: 0

安全: 0

星标: 2

关注者: 4

分支: 0

开放问题: 0

类型:composer-installer

1.0.1 2013-01-02 06:46 UTC

This package is not auto-updated.

Last update: 2024-09-14 13:51:34 UTC


README

CMF ZFCore 的过渡分支 http://code.google.com/p/zfcore/

主要区别

  • PHP 5.2 已不再支持。CMF 最低支持版本为 5.3.5
  • 快速安装,通过 Composer 一起安装依赖
  • 增加对 PHPUnit 3.7.10 的支持
  • 性能提升(APC 模块现在为必需 + 使用 classmap autoloader)
  • 模块 blogforum 已不再支持(已删除)

新模块和功能

  • 增加 Meta Fixtures Manager
  • 更新 Core_Migration 迁移以兼容 ZFCore Auto Update
  • 增加 Console 模块,用于从命令行运行应用程序
  • 增加 Core_Image 模块,用于简单改变图片大小
  • 增加 Email Error Reporter
  • 增加 Core_PDF(污点回退)
  • Rowset 扩展 Core_Db_Table_Rowset_Abstract。添加了有用方法。
  • 在 Core_Form 中添加 CSRF 保护
  • Mail 模块中添加对通过 Zend_View 渲染模板的电子邮件的支持
  • 增加 Sphinx_Db_Table_Abstract 以支持 SphinxSE
  • 更新 Core_Grid
  • 对系统的很大一部分进行了修正和改进

安装

Windows 安装:正确安装需要 CygwinWin-bashGit(推荐选项 - 包含受支持的 bash)。

php composer.phar create-project uglide/zfcore-transition 路径/安装/ 1.0.1

文档

维基文档