db->select('id, naam'); $this->db->from('regio'); $this->db->order_by('naam', 'ASC'); $query = $this->db->get(); return $query->result_array(); } }