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