[GENERIC] Zend_Translate:
[zend.git] / documentation / manual / en / tutorials / autoloading-conclusion.xml
blob257252689f60754f65d337477c6f66456ef901ab
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect1 id="learning.autoloading.conclusion">
4     <title>Conclusion</title>
6     <para>
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
11         autoloaders.
12     </para>
14     <para>
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
18         pages.
19     </para>
20 </sect1>