Quote:
Originally Posted by inside
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.