
雖然 1.8 版尚未進入穩定階段,但這個版本將提供許多新功能:
* Zend_Tool, 提供一個專案結構的產生工具,包括一個以 XML 為基礎的專案描述結構
http://framework.zend.com/manual/en/zend.tool.project.html
* Zend_Application, 提供一個專案的基礎結構
http://framework.zend.com/manual/en/zend.application.html
* Zend_Navigation, 提供樹狀結構的資料導覽,以及分頁
http://framework.zend.com/manual/en/zend.navigation.html
* Zend_CodeGenerator, 一個適合產生程式碼的架構
http://framework.zend.com/manual/en/zend.codegenerator.html
* Zend_Reflection, 延伸 PHP 的 Reflection API ,提供更多功能
* Zend Server backend for Zend_Cache, 如果有在用 Zend Server 的話
http://framework.zend.com/manual/en/z ... cache.backends.zendserver
* Zend_Service_Amazon_Ec2, EC2 是 Amazon 提供的一個雲端運算服務
* Zend_Service_Amazon_S3, S3 是 Amazon 提供的一個檔案儲存服務
http://framework.zend.com/manual/en/zend.service.amazon.html
* Zend_Filter_Encrypt, 提供像是 mcrypt 或 openssl 的加密機制
http://framework.zend.com/manual/en/z ... l#zend.filter.set.encrypt
* Zend_Filter_Decrypt, 提供像是 mcrypt 或 openssl 的解密機制
http://framework.zend.com/manual/en/z ... l#zend.filter.set.decrypt
* Zend_File_Transfer 開始支援檔案上傳進度功能
http://framework.zend.com/manual/en/z ... troduction.uploadprogress
* Translation-aware routes, ...
* Zend_Json 開始支援語法描述
http://framework.zend.com/manual/en/z ... l#zend.json.advanced.expr
* Zend_Http_Client_Adapter_Curl, 提供 cURL 的操作介面
http://framework.zend.com/manual/en/z ... http.client.adapters.curl
* 支援 SOAP 輸出、入的標頭
* 使用查詢字串時支援關鍵字欄位查詢
* Zend_Search_Lucene 支援多個索引間的交叉查詢
http://framework.zend.com/manual/en/zend.search.lucene.html
* Zend_Pdf 支援頁面縮放、位移與傾斜
http://framework.zend.com/manual/en/z ... ng.linear-transformations
* Zend_Validate_Int 與 Zend_Validate_Float 支援多國語言
* Zend_Locale 支援電話代碼
* Zend_Validate_Iban, 國際化銀行帳號檢查
http://framework.zend.com/manual/en/z ... ml#zend.validate.set.iban
* Zend_Validate_File_WordCount, 在檔案傳輸時檢查文字數量
http://framework.zend.com/manual/en/z ... .transfer.validators.html
再次提醒,不建議使用在正式環境!
下載位置:
http://framework.zend.com/download/latest