[GENERIC] Zend_Translate:
[zend.git] / documentation / manual / en / module_specs / Zend_Application-Introduction.xml
blob67b432362b7eecedf298dfbdfb59361f4c4b8fb6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect1 id="zend.application.introduction">
4     <title>Introduction</title>
6     <para>
7         <classname>Zend_Application</classname> provides a bootstrapping facility for
8         applications which provides reusable resources, common- and
9         module-based bootstrap classes and dependency checking. It also takes
10         care of setting up the <acronym>PHP</acronym> environment and introduces autoloading by
11         default.
12     </para>
13 </sect1>