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

(02-11-2017, 04:16 AM)n2fole00 Wrote: 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

That worked
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
RE: Codeigniter Transactions Does Not Let Me Return Insert ID - by wolfgang1983 - 02-11-2017, 04:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB