Musíte požádat o lastInsertId()
před provedením transaction
Zkuste
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();
Musíte požádat o lastInsertId()
před provedením transaction
Zkuste
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();