Do you have ViewRenderer helper in your bootstrap? If you do, try:
$viewRenderer =
Zend_Controller_Action_HelperBroker::getStaticHelper('viewRenderer');
$viewRenderer->setView($view)->setViewSuffix('php');Regards, Goran Juric http://gogs.info/ -- View this message in context: http://www.nabble.com/Controller-and-Zend-View-Issue-tp20163753p20183190.html Sent from the Zend Framework mailing list archive at Nabble.com.
