Zend_Application-AvailableResources-Layout.xml 941 B

1234567891011121314151617181920212223242526
  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>
  5. <para>
  6. <classname>Zend_Application_Resource_Layout</classname> can be used to
  7. configure <classname>Zend_Layout</classname>. Configuration options are
  8. per <link linkend="zend.layout.options">the <classname>Zend_Layout
  9. </classname> options</link>.
  10. </para>
  11. <example id="zend.application.available-resources.layout.configExample">
  12. <title>Sample Layout configuration</title>
  13. <para>
  14. Below is a sample <acronym>INI</acronym> snippet showing how to
  15. configure the navigation resource.
  16. </para>
  17. <programlisting language="ini"><![CDATA[
  18. resources.layout.layout = "NameOfDefaultLayout"
  19. resources.layout.layoutPath = "/path/to/layouts"
  20. ]]></programlisting>
  21. </example>
  22. </sect2>