Zend Framework 2.0.0beta1发布_PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > Zend Framework 2.0.0beta1发布

Zend Framework 2.0.0beta1发布

 2011/10/20 8:11:08  hantsy  http://hantsy.iteye.com  我要评论(0)
  • 摘要:ZendFramework2的第一个Beta版本现身。ZF2充分利用最新的PHP5.3中的Namespace特性重新设计,解决了ZF1中冗长的类名。2.0.0beta1中全新的组件包括:全新和重构过的autoloaders
  • 标签:Framework 发布 Beta

?

?

Zend Framework 2 的第一个Beta 版本现身。

?

ZF 2 充分利用最新的 PHP5.3 中的 Namespace特性重新设计,解决了 ZF1中冗长的类名。

?

? 2.0.0beta1 中全新的组件包括:

  • 全新和重构过的 autoloaders:
    • Zend\Loader\StandardAutoloader
    • Zend\Loader\ClassMapAutoloader
    • Zend\Loader\AutoloaderFactory
  • 新的插件 broker strategy
    • Zend\Loader\Broker and Zend\Loader\PluginBroker
  • 重新设计的异常系统
    • Allow catching by specific Exception type
    • Allow catching by component Exception type
    • Allow catching by SPL Exception type
    • Allow catching by base Exception type
  • 重构过的 Session 组件
  • 重构过的 View 组件
    • Split helpers into a PluginBroker
    • Split variables into a Variables container
    • Split script paths into a TemplateResolver
    • Renamed base View class "PhpRenderer"
    • Refactored helpers to utilize __invoke() when possible
  • 重构了 HTTP 组件
  • 全新的 Zend\Cloud\Infrastructure 组件
  • 全新的EventManager 组件
  • 全新的Dependency Injection (Zend\Di) 组件
  • 全新的 Code 组件
    • Incorporates refactored versions of former Reflection and CodeGenerator components.
    • Introduces Scanner component.
    • Introduces annotation system.

下载:http://packages.zendframework.com/

上一篇: PHP缓存检查 下一篇: Apache 域名301跳转
发表评论
用户名: 匿名