How do I display exception errors thrown by Zend framework

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-05-02T10:17:12Z Indexed on 2010/05/02 10:37 UTC
Read the original article Hit count: 346

Hi guys I'm working with Zend framework and just hate the fact that I seem to encounter hundreds of exception errors like if I try to reference a non existant property of an object my application just dies and crashes. However I have no idea where to see these errors or how to be able to display them on screen. I've set display errors to true and error reporting to E_ALL but when an error is thrown all I see is a blank page rendered only until a bit before where the error apparently occurred or the exception was thrown.

Help please my debugging hours are dragging

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about php