View Single Post
  #5 (permalink)  
Old 06-04-2007, 02:55 PM
djames djames is offline
Junior Member
 
Join Date: Jun 2007
Posts: 4
Default

Quote:
Originally Posted by SpotSec View Post
: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.

Reply With Quote