Module admin

This commit is contained in:
Michael RICOIS 2016-05-26 16:29:58 +02:00
parent f8a7945902
commit 75699f9752

View File

@ -19,6 +19,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
$this->bootstrap('frontController');
$front = $this->getResource('frontController');
$front->setControllerDirectory(array(
'admin' => __DIR__ . '/modules/admin/controllers',
'auth' => __DIR__ . '/modules/auth/controllers',
'default' => __DIR__ . '/modules/default/controllers',
'file' => __DIR__ . '/modules/file/controllers',