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
    • 增加 InfocardOpenIDLDAP 認證機制的支援
    • 應該都是在 Zend_Auth 底下的擴充支援吧,前兩個都是支援 SSO 的協定,LDAP 的部分看來目前是還沒 ready
  • 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
    • 四種新的 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
  • UTF-8 support for PDF documents
  • New Technorati, SlideShare, and Remember the Milk web services
    • 幾個新的 Zend_Service_*

目前個人比較可能用到的大概是 Zend_Form, Action Helper, 和 Zend_Layout 吧,有些技術沒用過也作不出什麼評論 :)

以上註釋,以我目前的理解為主,不保證正確。

One Response to “Zend Framework 1.5 Preview Release”

  1. Temporality » Blog Archive » Zend Framework 1.5 Release Says:

    [...] Zend Framework 1.5 Preview Release [...]

Leave a Reply