Dispatcher/Standard.php has a method:

isDispatchable()
inside that method, a method is called:

$this->getDispatchDirectory()

And gets the default path:
./application/default/controllers

That's the problem.

It should get
./application/admin/controllers


So I need to  check where and how the URI is parsed. Maybe the problem is
with mod_rewrite.



Matthew Weier O wrote:
> 
> -- 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/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/setControllerDirectory-in-0.9.2-tf3688902s16154.html#a10313468
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to