On 7/18/07, pat <[EMAIL PROTECTED]> wrote:
To ZF,

Did we ever agree on a way to turn off the view renderer so that it is
not initialized.  I know there was talk about it, but I don't remember
the final decision.  It is over 800 lines of code.  That is a lot of
code to init each time if you are not using its features.

Are there any side effects of not using it?  Does anything else depend
on it?

Thanks,

pat


Hi Pat,
You can turn it off manually from the front controller:

$controller->setParam('noViewRenderer', true);

before the controlled is dispatched.

Regards,

Reply via email to