fixed a bunch of stuff
This commit is contained in:
parent
019a1e01dd
commit
2edc535102
19 changed files with 180 additions and 66 deletions
|
|
@ -208,6 +208,8 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
*/
|
||||
protected function _initAutoloader()
|
||||
{
|
||||
$this->bootstrap('session');
|
||||
|
||||
$autoloader = Zend_Loader_Autoloader::getInstance();
|
||||
$autoloader->registerNamespace('Fiktiv_');
|
||||
$autoloader->setFallbackAutoloader(true);
|
||||
|
|
@ -297,4 +299,4 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
Zend_Controller_Action_HelperBroker::addPath(APPLICATION_PATH . '/../library/Fiktiv/Controller/Action/Helper',
|
||||
'Fiktiv_Controller_Action_Helper');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue