Zend Framework (ZF) 是用 PHP 5 來開發(fā) web 程序和服務(wù)的開源框架。ZF 用 100% 面向?qū)ο?a href="http://elephantinaurance.com/k/bmzh/" target="_blank">編碼實現(xiàn)。 ZF 的組件結(jié)構(gòu)獨(dú)一無二,每個組件幾乎不依靠其他組件。這樣的松耦合結(jié)構(gòu)可以讓開發(fā)者獨(dú)立使用組件。 我們常稱此為 “use-at-will”設(shè)計。
雖然它們可以獨(dú)立使用,但如果組合使用,Zend Framework 標(biāo)準(zhǔn)庫理的組件也能形成一個強(qiáng)大而可擴(kuò)展的web程序。 ZF 提供了強(qiáng)壯而高效的 MVC 實現(xiàn),易于使用的數(shù)據(jù)庫摘要和實現(xiàn) HTML 表單解析、校驗和過濾的表單組件,這樣開發(fā)者可以通過這些易用的、面向?qū)ο蟮慕涌诼?lián)合所有這些操作。其它組件如 Zend_Auth 和 Zend_Acl 通過通用的證書(credential)存儲提供用戶認(rèn)證和授權(quán)。還有其它實現(xiàn)的客戶庫來簡化訪問最流行的可用的 web 服務(wù)。不論你的程序需要什么,你都可能從 Zend Framework 中找到全面測試的組件來極大地減少開發(fā)時間。
Zend Framework 項目的主要贊助者是 Zend Technologies,但許多 其它公司也貢獻(xiàn)了組件或重大功能。例如 Google、 Microsoft 和 StrikeIron 作為伙伴提供了 web 服務(wù)接口和其它 希望給 Zend Framework 開發(fā)者使用的技術(shù)。
沒有活躍的 ZF 社區(qū),Zend Framework 就不能交付和支持所有這些功能。社區(qū)成員包括貢獻(xiàn)者都可以在這些地方找到: mailing lists, IRC channels 和其它論壇。無論你有什么關(guān)于 ZF 的問題,在社區(qū)總能找到答案。
在這里,我代表 the Zend Framework 社區(qū),非常高興的向大家宣布,Zend Framework 1.10 第四維護(hù)版本1.10.4 正式與大家見面。你可以從我們的下載頁面進(jìn)行下載試用,地址是:
http://framework.zend.com/download/latest
這次發(fā)布大約包含了50個BUG修復(fù),其主要來源于前兩周的Bug Hunt Days 的貢獻(xiàn)。這些修復(fù)能夠幫助穩(wěn)定和改進(jìn) 1.10 系列。
三個BUG 特別值得注意:
ZF-7493: an important serialization improvement in Zend_Amf that has been benchmarked as providing 200-300% faster serialization of large datasets.
ZF-9263: a fix to Zend_Loader::isReadable() to fix a regression found on Windows platforms. This fix should eliminate most if not all raised warnings that occurred during resource and plugin loading.
ZF-9504: a patch was applied to Zend_XmlRpc_Value to make value generation more efficient. Benchmarks and profiling show enormous changes on large datasets: in one example, memory usage drops from >1GB to 20MB, while dropping from execution times of >60s to around 10s.
我們非常感謝 1.10.3 發(fā)布以來投入時間,編碼,參與翻譯的每個人,社區(qū)因此變得更有成效。