Zend Framework 1.5 正式版 3.17 發布

今天才知道這個消息,1.5 做了很多改動,包括路由部分的大小寫解析方式也同以前 1.0x 不同。新功能對于只用 Zend Framework 開發普通網站的人來說并不是十分要緊。Zend_Form 和 Zend_Layout 反而會增加頁面編輯的難度。

* New Zend_Form component with support for AJAX-enabled form elements
* New action and view helpers for automating and facilitating AJAX requests and
alternate response formats
* LDAP, Infocard, and OpenID authentication adapters
* Support for complex Lucene searches, including fuzzy, date-range, and wildcard
queries
* Support for Lucene 2.1 index file format
* Partial, Placeholder, Action, and Header view helpers for advanced view
composition and rendering
* New Zend_Layout component for automating and facilitating site layouts
* UTF-8 support for PDF documents

對于我來說修復 bug 比新功能更讓人鼓舞:

http://framework.zend.com/issues/secure/IssueNavigator.jspa?mode=hide&requestId=10661

我查了一下,我之前提交的多數 bug 都已經修復了。

ninny project 在實際使用中發現了很多之前設計考慮不周的地方,我準備徹底重寫。 在可能的情況下會放到 code.google.com 上去。

Join the Conversation

2 Comments

  1. > Zend_Form 和 Zend_Layout 反而會增加頁面編輯的難度。

    相當同意呀。

    目前在 Layout 的方面,我自己是透過 Smarty 做處理,而且我自認這個方面比官方的好用。至於 Form 的部份,我也不欣賞這種與 QuickForm 一樣麻煩的方式。

    不過讓我覺得 1.5 最大的改進就是: Table_Select ,這個真的是很好用的套件;以前不好做的部份,透過它都能很方便解決。

Leave a comment

Your email address will not be published. Required fields are marked *