panique/mini3

undefine lastInsertId()

Closed this issue · 1 comments

i've got error when
$query = $this->db->prepare($sales);
$query->execute();
$salesid = $query->lastInsertId();

Fatal error: Uncaught Error: Call to undefined method PDOStatement::lastInsertId() in ......

my bad..
$salesid = $this->db->lastInsertId();