示例#1
0
 /**
  * Get the last insert ID from after performing an insert on a table
  * with an auto-incrementing primary key.
  *
  * @return integer
  */
 public function lastInsertId()
 {
     return $this->driver->lastInsertId();
 }