CodeIgniter Active Record Where Not In String

$ignore = array(12, 13);

$this->db->where_not_in('crm.user_id', $ignore);

0 Response to "CodeIgniter Active Record Where Not In String"

Posting Komentar