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