Zend Framework Preview 0.2.0 Release

发布了一堆所谓的新特性, 目前都还在incubator目录中, 不知道具体是指什么, 邮件列表中也看到有人问了. 新的东西有:

* New MVC implementation
* New HTTP request and response objects make it easy to automate
unit testing for web apps without a web server, and also make it
possible to use MVC for command-line and PHP-GTK application development
* Enhanced pure PHP Lucene-compatible search engine component
* New Mysqli DB adapter
* New JSON server
* New REST client and server
* New XmlRpc client and server
* New Acl component
* New Session component
* New Web Services clients for Delicious and Audioscrobbler
* New Registry component
* Significant improvements to many other components

imporving是好事. 可惜Diggmore的一部分代码耦合在Zend本身. 其实所谓的新MVC, 最大的改变也只是抛弃了原来的token, 而把其封装城了Request和Response. 不过幸好, 如果你并没有实现自己的dispatcher, front, router… 等等, 那也还好. 可惜diggmore那时候偏偏去实现了他的接口. 我真是有够白痴… download: http://framework.zend.com/download

新的components还都挺不错的. 特别是server那块. 同时发布的还有google GData的PHP的client的lib实现.

Related Posts

6 Responses to “Zend Framework Preview 0.2.0 Release”

Leave a Reply