Musisz poprosić o lastInsertId()
przed dokonaniem transaction
Wypróbuj
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();
Musisz poprosić o lastInsertId()
przed dokonaniem transaction
Wypróbuj
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();