It’s Simple like magic. How? Just one line
$this->db->insert_id();
Note: Helper uses php php function mysql_insert_id
Note2:
Retrieves the ID generated for an AUTO_INCREMENT column by the previous query (usually INSERT).
Have Fun.
It’s Simple like magic. How? Just one line
$this->db->insert_id();
Note: Helper uses php php function mysql_insert_id
Note2:
Retrieves the ID generated for an AUTO_INCREMENT column by the previous query (usually INSERT).
Have Fun.