Du måste be om lastInsertId()
innan du utför en transaction
Prova
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();
Du måste be om lastInsertId()
innan du utför en transaction
Prova
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();