When executing the line below, in the constructor of my database access class:
$this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
The PDO will report errors by throwing exceptions of type PDOException . Is ther...
asked by
24.01.2014 / 04:13