コード例 #1
0
 /**
  * Return latest error message
  * @return string $message
  */
 public function getErrorMsg()
 {
     return $this->db->Errormsg();
 }