Example #1
0
 /**
  * Function to get last insert id
  * @return Int
  */
 protected function getLastInsertId()
 {
     $iLastInsertId = $this->objDbConn->lastInsertId();
     return $iLastInsertId;
 }