Welcome Guest, Not a member yet? Register   Sign In
Hot to get ID of record inserted using model "save()" method
#2

(This post was last modified: 11-20-2019, 09:54 AM by MGatner.)

save() doesn't return the ID but insert() does (comment in Model.php actually notes "call insert directly if you want the ID or the record object"). If you must use save you can use the query helper method "$db->insertID()"
https://codeigniter4.github.io/userguide...lpers.html

Oops, just read your final comment! You should be able to access $model->db because the model class has a magic __get() method to pass through.
Reply


Messages In This Thread
RE: Hot to get ID of record inserted using model "save()" method - by MGatner - 11-20-2019, 09:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB