sorry I mean,

$c=Zend_Controller_Front::getInstance();
$vr=Zend_Controller_Action_HelperBroker::getExistingHelper("viewRenderer");
$vr->setViewSuffix( "php");
$vr->setNoController( true );

I think now framework will search script ":action.php", but it does not


On 28/05/07, Superbiji <[EMAIL PROTECTED]> wrote:
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