Beispiel #1
0
 public function GetLastInsertId()
 {
     $id = $this->_db->lastInsertID();
     $this->_isError($id);
     return $id;
 }