Matthew Weier O'Phinney wrote:
-- Dan Rossi <[EMAIL PROTECTED]> wrote
(on Friday, 10 August 2007, 12:01 PM +1000):
Hi is this built in by default ? Ie trapping php errors and bubbling to
the error controller ?
Yes, by default the ErrorHandler plugin is enabled. However, you have to
create your own error handler controller for it to utilize; there are
examples in the Zend_Controller documentation.
Yes thats for exceptions, it bubbles up the error controller and I
handle it there. I meant for things like PHP warning , notices, fatal
(if thats possible now ? ) , if you know what I mean , or do I still
setup a error handler class for that.