Quote:
Originally Posted by Howler9443
Hi,
I add this line to my bootstrap. In my case, I created an application class to handle just about everything.
$frontController->addModuleDirectory($this->module_path);
|
Thanks for your reply, I will have a look on it on tuesday. However, I configured the module dirs using:
Code:
->setControllerDirectory(array(
'default' => './private/default/php/controllers',
'mod1' => './private/mod1/php/controllers',
'mod2' => './private/mod2/php/controllers'))
Myabe this is depreceated or so. Well, thanks anyway, Ill post my findings.
Cheers!