-- mysticav <[EMAIL PROTECTED]> wrote
(on Thursday, 03 May 2007, 01:55 PM -0700):
> 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 ?

Nothing changed with regards to module functionality in 0.9.2, and I use
something similar in a couple different projects. What errors or
misbehaviours are you seeing?

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to