[ZF-10089] Zend_Log
[zend.git] / documentation / manual / ja / module_specs / Zend_Application-AvailableResources-View.xml
blobd0f92868927ce97d7b12aaa62bd8dabd594f5508
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <!-- EN-Revision: 17172 -->
4 <sect2 id="zend.application.available-resources.view">
5     <title>Zend_Application_Resource_View</title>
7     <para>
8         <classname>Zend_Application_Resource_View</classname>は<classname>Zend_View</classname>の
9         インスタンスを設定するために使用できます。設定オプションは
10         <link linkend="zend.view.introduction.options"><classname>Zend_View</classname>オプション</link>に
11         従います。
12     </para>
14     <para>
15         一旦ビューのインスタンスを設定したら、
16         <classname>Zend_Controller_Action_Helper_ViewRenderer</classname>のインスタンスを
17         作成して、<classname>Zend_Controller_Action_HelperBroker</classname>
18         (後ほどそこから取得できるでしょう)でViewRendererを登録します。
19     </para>
21     <example id="zend.application.available-resources.view.configExample">
22         <title>サンプルビューリソースの設定</title>
24         <para>
25             下記はビューリソースを設定する方法を示す <acronym>INI</acronym> スニペットサンプルです。
26         </para>
28         <programlisting language="ini"><![CDATA[
29 resources.view.encoding = "UTF-8"
30 resources.view.basePath = APPLICATION_PATH "/views/scripts"
31 ]]></programlisting>
32     </example>
33 </sect2>