2016-11-16 3 views

답변

1

이 시도 감사 :

// get the checkboxes values 
$ids = $_POST['ids']; // if the checkboxes are array - ids[] 
$this->db->where_in('id', $ids); 
$this->db->delete('users'); 
+0

확인 내가 감사를 시도 할 것이다 –