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