Welcome Guest, Not a member yet? Register   Sign In
Please how can I get last insertedID on ci4
#2

(This post was last modified: 06-01-2020, 02:09 PM by jreklund.)

If you are using the model:
$this->getInsertID()
$model->getInsertID()

If you are using it without the model:
$this->db->insertID()
Reply


Messages In This Thread
RE: Please how can I get last insertedID on ci4 - by jreklund - 06-01-2020, 02:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB