# Zend Framework 1.6 Release

> 

Published: 2008-09-03
URL: https://kaochenlong.com/zend-framework-1-6-release

---

之前用了一陣子的 RC 版，今天終於正式[Release](http://framework.zend.com/download/current/)了，這個 1.6 版的 ZF 比 1.5 版多了不少有趣的東西啊（不過選在跟新聞炒很大的[google chrome](http://www.google.com/chrome)同一天出來，鋒頭多少被蓋去了一點點）

- Dojo Integration
- SOAP
- Preview of Tooling Project in Laboratory (see /laboratory folder)
- Unit Testing Harness for Controllers
- Lucene 2.3 Index File Format Support
- Zend_Session save handler for Database Tables
- Paginator Component
- Text/Figlet Support
- ReCaptcha Service
- Captcha Form Element
- Zend_Config_Xml Attribute Support
- Zend_File_Transfer Component
- File Upload Form Element
- Zend_Wildfire Component with FireBug Log Writer
- Media View Helpers (Flash, Quicktime, Object, and Page)
- Support in Zend_Translate for INI File Format

對我工作上比較大的影響是跟 Dojo 的整合（我還是比較喜歡 jQuery），這裡[有篇文章](http://andigutmans.blogspot.com/2008/09/zend-framework-16-featuring-dojo-soap.html)有寫到 1.6 版新增的一些功能介紹。

另外，分頁、表單認證碼及檔案上傳功能…這些在做網站時常用的功能，之前都是自己拼裝出來用的，結果在 1.6 也都加進來了 :) 。我試著直接把 1.5 版昇級為 1.6 版，目前手邊的案子看起來都還滿正常的。

下載連結： http://framework.zend.com/download/current/

