Код: Выделить всё
$acountry = 1;
$this->db->where_in('varcountry', $acountry);
$val = $this->db->get('tblagencies')->result();
Подробнее здесь: https://stackoverflow.com/questions/830 ... ins-a-spec
Код: Выделить всё
$acountry = 1;
$this->db->where_in('varcountry', $acountry);
$val = $this->db->get('tblagencies')->result();