それマグで!

知識はカップより、マグでゆっくり頂きます。 takuya_1stのブログ

習慣に早くから配慮した者は、 おそらく人生の実りも大きい。

Zend Framework

Zend Framework 0.15がリリースされた

July 11に新しくなってリリース。

マニュアルもLastUpdate 2006/7/11になった。

Zend_Cache

Zend_Cache provides a flexible approach toward caching data, including tagging, manipulating, iterating, and removing subsets.

Zend_Cacheは柔軟なキャッシュデータの操作を実現します。タグ付け、グループ毎に削除できる等々。

Zend_Config

Zend_Config simplifies the use of configuration data for web applications by providing a property-based interface for reading configuration data from a variety of media supporting hierarchical data storage. Storage formats currently supported include text files via Zend_Config_Array, Zend_Config_Ini, and Zend_Config_Xml. Zend_Config's single inheritance model enables configuration data to be inherited from one section into another.

Zend_Configはプロパティファイルをベースに、単純な設定の操作を実現します。設定は階層化および、各種ファイルタイプがサポートされます。設定はZend_Config_Arrayクラスと Zend_Config_Ini と Zend_Config_Xml がサポートされます。


まぁここはかなり便利そうだね。フレームワークに一番必要な機能でしょ。

とくにZend_CacheはPear_Cache_Lite がサポートしてない「キャッシュ毎に複数グループ」設定をサポート。これはかなり乗り換えメリット出てきましたね

RewriteRouter

全部APIのDOCを読んでないけど、RewriteRouterがある。

Apiのdocumentation には、Ruby routing based Router.

かなり期待できそう