Email Logging of DB Errors |
[eluser]Unknown[/eluser]
Hi Everyone, I have a non-CI application which emails me details about SQL errors when they occur. Is there a way I can extend the DB driver (https://github.com/EllisLab/CodeIgniter/...se-Drivers) to ensure that any queries that get ran, if an error occurs, it emails me? If so, which method? I don't want to display any errors to my users (apart from a friendly one). Ideally, I don't want to modify the core. Thanks for any help! |
Messages In This Thread |
Email Logging of DB Errors - by El Forum - 05-29-2013, 03:20 AM
|