Zend Framework 2.0.0 beta1发布
程序员文章站
2022-04-03 12:22:10
...
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.
上一篇: 二战时期日军居然对美国女俘虏做这种事
推荐阅读
-
zend framework发布有关问题:解析不了DNS
-
Zend Framework 2.0 (zf2) 正式版发布及新功能介绍
-
Zend Framework 22稳定版发布 php zend framework zend framework mvc zend framework pdf
-
Zend Framework 1.0正式版即将发布
-
zend framework发布有关问题:解析不了DNS
-
Zend Framework 1.0正式版即将发布
-
Zend Framework 2.0发布,开源PHP开发框架
-
zend framework发布问题:解析不了DNS?
-
Zend Framework 22稳定版发布 php zend framework zend framework mvc zend framework pdf
-
Zend Framework 1.7.0 正式发布了