Before version 0.9.2, I was ebled to set the modules like this:
$frontController->setControllerDirectory(array(
'default' => './application/default/controllers',
'web' => './application/web/controllers',
'admin' => './application/admin/controllers'
));
Seems that 0.9.2 Has changed this paradigm. So how can I get the same
results as previous versions ?
Thanks.
--
View this message in context:
http://www.nabble.com/setControllerDirectory-in-0.9.2-tf3688902s16154.html#a10313018
Sent from the Zend Framework mailing list archive at Nabble.com.