function get_tickets2() { return $this->db ->select('ref_code, ref_desc') ->where('tab_code', 'APPN') ->get('prob_ref') ->result(); }