setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch (PDOException $exception) { error_log('Connection error: '.$exception->getMessage()); return false; } return $db; } function console_log($data) { //Console Log comme en JS echo ''; } ?>