View Single Post
  #2 (permalink)  
Old 04-22-2008, 12:59 PM
demi demi is offline
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default

Quote:
Originally Posted by inside View Post
Hello,

I'm using MVC, Zend_Layout and I want to call the Zend_View::setEncoding method in the bootstrap. What's the best way to do it ?

Thanks
Create BaseController. In method init() write your code ($this->view->set...). All created controllers should be extended from this BaseController.
Reply With Quote