Welcome Guest, Not a member yet? Register   Sign In
[Solved] Codeigniter Transactions Does Not Let Me Return Insert ID
#2

Hi, I haven't tried it, but would something like this work?

PHP Code:
$this->db->insert($this->db->dbprefix 'post');
$last_insert_id $this->db->insert_id();

...
stuff in-between...

return 
$last_insert_id
Reply


Messages In This Thread
RE: Codeigniter Transactions Does Not Let Me Return Insert ID - by n2fole00 - 02-11-2017, 04:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB