View Single Post
  #2 (permalink)  
Old 06-10-2008, 02:13 PM
Leif.Högberg Leif.Högberg is offline
Member
 
Join Date: Aug 2007
Location: Sweden
Posts: 52
Send a message via MSN to Leif.Högberg
Default

Place the code below in your bootstrap and it should work the way you want it to.
This would affect all of your controllers tho. Maybe that is not what you are after.

$viewRenderer = new Zend_Controller_Action_Helper_ViewRenderer();
$viewRenderer->setViewScriptPathSpec(':action.:suffix');
Zend_Controller_Action_HelperBroker::addHelper($vi ewRenderer);
Reply With Quote