Devi chiedere lastInsertId()
prima di eseguire una transaction
Prova
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();
Devi chiedere lastInsertId()
prima di eseguire una transaction
Prova
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();