Example #1
0
 /**
  * 返回数据库的错误信息
  * @access public
  * @return string
  */
 public function getDbError()
 {
     return $this->db->getError();
 }