Zend_Application-Introduction.xml 514 B

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