PHP-PDO-MySQL-Class
PHP-PDO-MySQL-Class copied to clipboard
How to turn off logs?
I want to turn off logs, as I don't really want to be accessing this from the front end of my website.
How do I do this?
PDO.class.php
Edit the following method into this:
private function ExceptionLog(PDOException $e, $sql = "", $method = '', $parameters = array())
{
return ;
}