[ZF-10089] Zend_Log
[zend.git] / documentation / manual / es / module_specs / Zend_Application-AvailableResources-Layout.xml
blob7e63dd8b4f80291cc5be188119afff8835c2ac2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect2 id="zend.application.available-resources.layout">
4     <title>Zend_Application_Resource_Layout</title>
6     <para>
7         <classname>Zend_Application_Resource_Layout</classname> can be used to
8         configure <classname>Zend_Layout</classname>. Configuration options are
9         per <link linkend="zend.layout.options">the <classname>Zend_Layout
10         </classname> options</link>.
11     </para>
13     <example id="zend.application.available-resources.layout.configExample">
14         <title>Sample Layout configuration</title>
16         <para>
17             Below is a sample <acronym>INI</acronym> snippet showing how to
18             configure the navigation resource.
19         </para>
21         <programlisting language="ini"><![CDATA[
22 resources.layout.layout = "NameOfDefaultLayout"
23 resources.layout.layoutPath = "/path/to/layouts"
24 ]]></programlisting>
25     </example>
26 </sect2>