protected function setPdoError() { $this->error_code = $this->pdo->errorCode(); $info = $this->pdo->errorInfo(); $this->error_info = implode(' ', $info); }