Zend Framework 2.0.0beta1发布

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/

猜你喜欢

转载自hantsy.iteye.com/blog/1202230