On Feb 13, 11:30 am, RichardAtHome <[email protected]> wrote: > How do I stop Cake from trapping errors so I can use my own error > handler, and how do I re-enable Cake error handling after the bit of > code I want to check has finished?
You can implement your own custom handler that extends Cake's ErrorHandler class. Here's a couple of links to get you going: http://cakebaker.42dh.com/2006/06/15/writing-a-custom-error-handler/ http://teknoid.wordpress.com/2008/08/29/dealing-with-errors-in-cakephp/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
