|
|
@@ -39,8 +39,9 @@
|
|
|
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis><property>defaultMetadataCache</property></emphasis>: the name of the cache
|
|
|
- template or an instance of <classname>Zend_Cache_Core</classname> to use as metadata cache for <classname>Zend_Db_Table</classname>.
|
|
|
+ <emphasis><property>defaultMetadataCache</property></emphasis>:
|
|
|
+ <classname>Zend_Db_Table</classname> 用にメタデータ・キャッシュとして使用する
|
|
|
+ キャッシュ・テンプレートまたは <classname>Zend_Cache_Core</classname> のインスタンスの名前。
|
|
|
</para>
|
|
|
</listitem>
|
|
|
</itemizedlist>
|
|
|
@@ -52,7 +53,6 @@
|
|
|
下記は、DBリソースを初期化するために使える<acronym>INI</acronym>構成サンプルです。
|
|
|
</para>
|
|
|
|
|
|
- <!-- TODO : to be translated -->
|
|
|
<programlisting language="ini"><![CDATA[
|
|
|
[production]
|
|
|
resources.db.adapter = "pdo_mysql"
|
|
|
@@ -62,7 +62,7 @@ resources.db.params.password = "XXXXXXX"
|
|
|
resources.db.params.dbname = "test"
|
|
|
resources.db.isDefaultTableAdapter = true
|
|
|
|
|
|
-; Optionally you can also the cache template to use for metadata caching:
|
|
|
+; メタデータ・キャッシュ用に使用するキャッシュ・テンプレートも任意に(訳注:動詞不明)できます。
|
|
|
resources.db.defaultMetadataCache = "database"
|
|
|
]]></programlisting>
|
|
|
</example>
|