autoloading-conclusion.xml 855 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="learning.autoloading.conclusion">
  4. <title>Conclusion</title>
  5. <para>
  6. Zend Framework encourages the use of autoloading, and even initializes it by default in
  7. <classname>Zend_Application</classname>. Hopefully this tutorial provides you with the
  8. information you need to use <classname>Zend_Loader_Autoloader</classname> to its best
  9. advantage, as well as extend its capabilities by attaching custom autoloaders or resource
  10. autoloaders.
  11. </para>
  12. <para>
  13. For more information on its usage, read the <link
  14. linkend="zend.loader.autoloader">Zend_Loader_Autoloader</link> and <link
  15. linkend="zend.loader.autoloader-resource">Zend_Loader_Autoloader_Resource</link> manual
  16. pages.
  17. </para>
  18. </sect1>