2013-03-26 63 views

回答

2

您可以使用此代碼來找到最後插入的id

$this->db->insert($this->tablename, $details); 
return $this->db->insert_id(); 
相關問題