Ejemplo n.º 1
0
 /**
  * Method to get the auto-incremented value from the last INSERT statement.
  *
  * @return  string  The value of the auto-increment field from the last inserted row.
  *
  * @since   2.0
  */
 public function insertId()
 {
     return $this->db->getReader()->insertId();
 }