06-28-2016, 12:22 PM
In the DB.php class file, there is the following function you can use on the PDO object.
public function lastId(){
return $this->_lastId;
}
public function lastId(){
return $this->_lastId;
}