Snippets tagged “insert-id”
1 snippet uses this tag.
- CodeIgniter activerecord, retrieve last insert id?PHP
To retrieve the last insert id in CodeIgniter using the Active Record class, you can use the $this->db->insert_id() method.
1 snippet uses this tag.
To retrieve the last insert id in CodeIgniter using the Active Record class, you can use the $this->db->insert_id() method.