Mauricio Cuenca wrote:
Hello,

What do I have to do to not require those files and keep using my Zend_View
templates?

Thanks!

If you are using the ViewRenderer (default behaviour), in your action method add this line of code.

$this->_helper->viewRenderer->setNoRender();



Cheers

Shaun

Reply via email to