lastInsertId()
を要求する必要があります transaction
をコミットする前に
試してみてください
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();
lastInsertId()
を要求する必要があります transaction
をコミットする前に
試してみてください
$this->dbh->beginTransaction();
// $sql query ran
echo $this->dbh->lastInsertId();
$this->dbh->commit();