-- Superbiji <[EMAIL PROTECTED]> wrote
(on Monday, 28 May 2007, 09:49 AM +0700):
> in my bootstrap:
> 
> $vr=Zend_Controller_Action_HelperBroker::getExistingHelper("viewRenderer");
> 
> // working
> $vr->setScriptSuffix( "php");
> 
> // not working
> $vr->setNoController( true );
> 
> 
> framework still try to find view with controller path 
> (:controller/:action.php)
> is my bootstrap wrong?

noController is a setting that is currently reset for each controller.
It sounds like you'd like to be able to set this globally for every
controller... If so, please put in a JIRA issue so we can have that in
place for the 1.0.0 final release.

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

Reply via email to