Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最後の挿入IDを確認し、前のデータを無視して残りのデータをインポートする方法を教えてください。?
このコードを使用して、最後の挿入IDを見つけることができます
$this->db->insert($this->tablename, $details); return $this->db->insert_id();