Vous devez demander le lastInsertId()
avant de valider une transaction
Essayez
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();
Vous devez demander le lastInsertId()
avant de valider une transaction
Essayez
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();