Zend Framework 1.5 Preview Release
其實這是快一個月前的新聞了: Zend Framework 1.5 Preview Release,積了很久,今天就來仔細研究一下到底有什麼新東西。
我大概從去年(2007) 十二月開始用 Zend Framework ,那時候還是 1.03,我習慣用的是 svn 的版本,這樣處理更新的時候比較方便。
1.5 版主要的特色
- New Zend_Form component with support for AJAX-enabled form elements
- 新的 Zend_Form 來產生表單(Form) ,支援 AJAX,並包含表單驗證、過濾等功能
- New action and view helpers for automating and facilitating AJAX requests and alternate response formats
- 新的 action helper 及 view helper 可以自動處理 AJAX request/response
- Infocard, OpenID, and LDAP authentication adapters
- Support for complex Lucene searches, including fuzzy, date-range, and wildcard queries
- 支援 Apache Lucene Search,Lucene 我也沒碰過,這裡有些中文介紹: 1. Search Engine – Apache Lucene 入手指南 2. Wikipedia
- Support for Lucene 2.1 index file format
- Partial, Placeholder, Action, and Header view helpers for advanced view composition and rendering
- 四種新的 View Helper 功能: 1. Partial: 『render a template fragment in its own view scope『; 2. Placholder: 應該是為了幫助原始碼排版的功能吧; 3. Action: 插入 action 頁面執行結果; 4. Header: 用來生 html header 用的
- New Zend_Layout component for automating and facilitating site layouts
- 新的 Zend_Layout ,直接看 example 吧,比 document 詳細一點。
- UTF-8 support for PDF documents
- Zend_Pdf 支援 UTF-8
- New Technorati, SlideShare, and Remember the Milk web services
- 幾個新的 Zend_Service_*
目前個人比較可能用到的大概是 Zend_Form, Action Helper, 和 Zend_Layout 吧,有些技術沒用過也作不出什麼評論
以上註釋,以我目前的理解為主,不保證正確。
相關文章:
- Zend Framework 1.5 Release
- Zend Framework 1.7 Release
- Zend_Layout 的用途及 Web MVC 的介紹
- Zend Framework 1.8 Released
- Zend Framework 1.7
Related posts brought to you by Yet Another Related Posts Plugin.
三月 18th, 2008 at 1:06 上午
[...] Zend Framework 1.5 Preview Release [...]