-- 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. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
