กลับมาเมื่อแทรกหมายเลขใน codeigniter

รหัสตัวอย่าง

5
0

กลับมาเมื่อแทรกหมายเลขใน codeigniter

$id = $this->db->insert_id();
1
0

เมื่อแทรกหมายเลขรุ่นของ codeigniter

function add_post($post_data){
   $this->db->insert('posts', $post_data);
   $insert_id = $this->db->insert_id();

   return  $insert_id;
}
0
0

codeigniter เมื่อแทรกหมายเลข

$last_inserted_id = $this->db->insert_id();

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................

ดังอยู่ในนี้หมวดหมู่

ดังหน้ากับตัวอย่างอยู่ในหมวดหมู่