獲取insert時的自增id

if ($this->db->affected_rows()) 
{
	return $this->db->insert_id();
}
return 0;
相關文章
相關標籤/搜索