Bootstrap Class Reference
List of all members.
Member Function Documentation
| Bootstrap::_initAutoload |
( |
|
) |
[protected] |
00028 {
00029 $autoloader = new Zend_Application_Module_Autoloader(array(
00030 'namespace' => 'Default_',
00031 'basePath' => dirname(__FILE__),
00032 ));
00033 return $autoloader;
00034 }
| Bootstrap::_initDoctype |
( |
|
) |
[protected] |
00020 {
00021 $this->bootstrap('view');
00022 $this->_view = $this->getResource('view');
00023 Zend_Registry::set('view', $this->_view);
00024 $this->_view->doctype('XHTML1_STRICT');
00025 }
00014 {
00015 self::setEnvironment();
00016 parent::run();
00017 }
The documentation for this class was generated from the following file: