http://devzone.zend.com/article/4045-Zend-Framework-1.7.0-is-now-available
新版本放出,除了修复了近三百个 bug 外,还有下面的新功能。
- Zend_Amf with support for AMF0 and AMF3 protocols
- 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_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
- 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
- Application wide locale for all classes
- Data retrieving methods are now static
- Additional cache handling methods in all I18N classes
- Zend_Translate API simplified
- File transfer enhancements
- Support for file elements in subforms
- Support for multifile elements
- Support for MAX_FILES_SIZE in form
- Support for breaking validation chain
- Support for translation of failure ,messages
- New IsCompressed, IsImage, ExcludeMimeType, ExcludeExtension validators
- 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
可以看到,由于改进了 Zend_Loader 和 Zend_Controller,性能应该会得到提升。
同时通过 Zend_Config_Writera 修改config文件会变得更加容易。
由于有了 Zend_Paginator ,ninnypro 中的分页的 helper 肯定要修改了。
Zend_Tools 也会给 ninnypro 的辅助工具带来一些变化。
Zend_JQuery 将替代 Ninny_View_Helper_Jquery。
呼,突然发现,这么多要跟进的内容。
Leave a Reply