一年前,选择哪种 PHP Framework 还是件头疼的事,而现在 Zend Framework 已成为绝对首选!
This release introduces many new components and features, including:
* Zend_Amf with support for AMF0 and AMF3 protocols
Adobe Systems has contributed support for their open, binary Action Message Format (AMF) protocol to Zend Framework. Using Zend_Amf, you can build Flex and AIR applications that are performant and use minimal bandwidth. Zend_Amf supports both AMF0 and AMF3.
* Dojo Toolkit 1.2.1
* Support for dijit editor available in the Dojo Toolkit
* Zend_Service_Twitter
* ZendX_JQuery in extras library
* Metadata API in Zend_Cache
* Google book search API in Zend_Gdata
* Preliminary support for GData Protocol v2 in Zend_Gdata
* Support for skip data processing in Zend_Search_Lucene
* Support for Open Office XML documents in Zend_Search_Lucene indexer
* Performance enhancements in Zend_Loader, Zend_Controller, and server components
Zend_Loader 和 Zend_Controller 性能增强, value!
* Zend_Mail_Storage_Writable_Maildir enhancements for mail delivery
* Zend_Tool in incubator
* Zend_Text_Table for formatting table using characters
* Zend_ProgressBar
* Zend_Config_Writer
Zend_Config 支持写入,这正是我当前需要的!
* ZendX_Console_Unix_Process in the extras library
* Zend_Db_Table_Select support for Zend_Paginator
* Global parameters for routes
* Using Chain-Routes for Hostname-Routes via Zend_Config
* I18N improvements
o Application wide locale for all classes
o Data retrieving methods are now static
o Additional cache handling methods in all I18N classes
o Zend_Translate API simplified
* File transfer enhancements
o Support for file elements in subforms
o Support for multifile elements
o Support for MAX_FILES_SIZE in form
o Support for breaking validation chain
o Support for translation of failure ,messages
o New IsCompressed, IsImage, ExcludeMimeType, ExcludeExtension validators
o Support for FileInfo extension in MimeType validator
* Zend_Db_Table_Select adapater for Zend_Paginator
* Support for custom adapters in Zend_Paginator
* More flexible handling of complex types in Zend_Soap
From
http://devzone.zend.com/article/4045-Zend-Framework-1.7.0-is-now-available
--EOF--

2008-11-23 22:17:21
Views(781)
Tags:
Comments
虽然如此,还是看到些关于 Zend Framework 遭批判的言论~
说它是个类库的大集中营...
类库的大集中营: 好像是褒义词,作为一个面向Web的框架,支持更多的第三方API对开发者是好事
总感觉 ZF 有些违背 PHP “简单至上,哪怕丑陋”的本意。生生地把 C 语言弄成了 Java ;p
楼主觉得 ZF 的运行速度如何?
ZF 的速度,没有测试过,应该是比 php4 要慢; 可能 php 以后也会出现应用程序池的来提高应用程序和数据库连接性能; ZF 的各个组件,以及组件内部都是可裁剪的,MVC 核心还算精简.