codeigniter last insert id codeigniter

PHP
$id = $this->db->insert_id();$last_inserted_id = $this->db->insert_id();
Source

Also in PHP: