method lastId documentation in bbn\Db\Languages\Sql

Return the last inserted ID.

function() { if ($this->last_insert_id) { return Str::isBuid($this->last_insert_id) ? bin2hex($this->last_insert_id) : $this->last_insert_id; } return false; }

Return the last inserted ID. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.