예제 #1
0
파일: db.php 프로젝트: ngukho/mvc-cms
 function error()
 {
     $error = parent::error($this->connect);
     if ($error['no']) {
         $this->getError("Query: " . $this->sql . "<br />" . $error['msg'] . "");
     }
 }