Du skal bede om lastInsertId()
før du foretager en transaction
Prøv
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();
Du skal bede om lastInsertId()
før du foretager en transaction
Prøv
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();