Quote:
Originally Posted by SpotSec
:s thats a very "hacky" way of doing it heh. You can disable ViewRenderer using ($front->setParam('noViewRenderer')) or go through the HelperBroker
|
So true... very hacky. So I got rid of the hacks! (deleted the Default_Index "class"). Added an ErrorController that handles database/php errors and controller/action errors (with the help of ZF). Per your suggest. I added the param and dropped the exit() in my renderer.
