View Single Post
  #2 (permalink)  
Old 04-22-2008, 05:53 PM
kelye kelye is offline
Junior Member
 
Join Date: Apr 2008
Posts: 3
Default

ok.. found it.. i had to "bother" the whole forum to get the answer
in bootstrap i've added
PHP Code:
$viewRenderer Zend_Controller_Action_HelperBroker::getStaticHelper('viewRenderer');
$viewRenderer->setViewSuffix('php')->setViewScriptPathSpec(':action.:suffix'); 
Reply With Quote