db ->where('status', $data['status']) ->order_by('country', 'ASC') ->get('country'); // $this->db->order_by('name', 'ASC'); return $q->result(); } //$this->db->order_by('title', 'DESC'); }