Welcome Guest, Not a member yet? Register   Sign In
CI4 - Last inserted record id?
#3

(This post was last modified: 05-08-2020, 07:26 PM by YanKleber.)

(05-08-2020, 05:57 PM)php_rocs Wrote: @YanKleber,

When you add a record what information is unique to the record?  There are multiple ways you can approach this. One way is...
- You could create the record first and then use the information that created the record to find the ID of the record and return it (or save it to a session varible).

Well, yeah, I know this... but I imagined that maybe the PDO already returned it automatically in a global variable. I wanted to avoid to have to perform an extra query only to retrieve the id.

Rolleyes
Recovering the wasted time...
Reply


Messages In This Thread
CI4 - Last inserted record id? - by YanKleber - 05-08-2020, 04:12 PM
RE: CI4 - Last inserted record id? - by php_rocs - 05-08-2020, 05:57 PM
RE: CI4 - Last inserted record id? - by YanKleber - 05-08-2020, 07:25 PM
RE: CI4 - Last inserted record id? - by vitnibel - 05-08-2020, 08:09 PM
RE: CI4 - Last inserted record id? - by jreklund - 05-09-2020, 01:16 AM
RE: CI4 - Last inserted record id? - by vitnibel - 05-09-2020, 03:19 AM
RE: CI4 - Last inserted record id? - by InsiteFX - 05-09-2020, 03:03 AM
RE: CI4 - Last inserted record id? - by Leo - 05-09-2020, 04:00 AM
RE: CI4 - Last inserted record id? - by jreklund - 05-09-2020, 07:06 AM
RE: CI4 - Last inserted record id? - by InsiteFX - 05-09-2020, 07:51 AM
RE: CI4 - Last inserted record id? - by YanKleber - 05-10-2020, 11:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB