1 <?xml version="1.0" encoding="UTF-8"?>
3 <!-- EN-Revision: 17172 -->
4 <sect2 id="zend.application.available-resources.view">
5 <title>Zend_Application_Resource_View</title>
8 <classname>Zend_Application_Resource_View</classname>は<classname>Zend_View</classname>の
9 インスタンスを設定するために使用できます。設定オプションは
10 <link linkend="zend.view.introduction.options"><classname>Zend_View</classname>オプション</link>に
16 <classname>Zend_Controller_Action_Helper_ViewRenderer</classname>のインスタンスを
17 作成して、<classname>Zend_Controller_Action_HelperBroker</classname>
18 (後ほどそこから取得できるでしょう)でViewRendererを登録します。
21 <example id="zend.application.available-resources.view.configExample">
22 <title>サンプルビューリソースの設定</title>
25 下記はビューリソースを設定する方法を示す <acronym>INI</acronym> スニペットサンプルです。
28 <programlisting language="ini"><![CDATA[
29 resources.view.encoding = "UTF-8"
30 resources.view.basePath = APPLICATION_PATH "/views/scripts"