Example #1
0
 /**
  * Returns the insert id from the result.
  *
  * @return  int
  */
 public function lastInsertId()
 {
     return $this->_driver->lastInsertId();
 }