Archived
1
0
Fork 0

fixed a bunch of stuff

This commit is contained in:
Fredric N 2011-05-28 18:33:37 +02:00
parent 019a1e01dd
commit 2edc535102
19 changed files with 180 additions and 66 deletions

View file

@ -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');
}
}
}