Posts: 94
Location: Melbourne, Australia
|
As a PHP programmer, i handle all my DB errors using the PDO exception handler. I find it handy to extend the exception class and take it one step further by emailing me details of the error with high priority, then displaying a soft error message to the user.
|