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;
}
| The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.29 (Linux)
|
|
Inserted objects ID
|
| Messages In This Thread |
|
Inserted objects ID - by lefox - 06-28-2016, 04:43 AM
Inserted objects ID - by brian - 06-28-2016, 12:22 PM
Inserted objects ID - by mudmin - 06-28-2016, 12:41 PM
|