where in not working in codeigniter code example
Example: not where in codeigniter
$ignore = array(12, 13);
$this->db->where_not_in('crm.user_id', $ignore);
$ignore = array(12, 13);
$this->db->where_not_in('crm.user_id', $ignore);