|
@@ -0,0 +1,26 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<!-- Reviewed: no -->
|
|
|
|
|
+<sect2 id="zend.application.available-resources.layout">
|
|
|
|
|
+ <title>Zend_Application_Resource_Layout</title>
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ <classname>Zend_Application_Resource_Layout</classname> can be used to
|
|
|
|
|
+ configure <classname>Zend_Layout</classname>. Configuration options are
|
|
|
|
|
+ per <link linkend="zend.layout.options">the <classname>Zend_Layout
|
|
|
|
|
+ </classname> options</link>.
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+ <example id="zend.application.available-resources.layout.configExample">
|
|
|
|
|
+ <title>Sample Layout configuration</title>
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ Below is a sample <acronym>INI</acronym> snippet showing how to
|
|
|
|
|
+ configure the navigation resource.
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+ <programlisting language="ini"><![CDATA[
|
|
|
|
|
+resources.layout.layout = "NameOfDefaultLayout"
|
|
|
|
|
+resources.layout.Path = "/path/to/layouts"
|
|
|
|
|
+]]></programlisting>
|
|
|
|
|
+ </example>
|
|
|
|
|
+</sect2>
|