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?

thanks

Reply via email to