HT = $this->load->database('HT', TRUE); } public function get_vendor_plan_info($gri_sn, $vendor_id) { $sql = " SP_VendorPlan_GetPlanInfo $gri_sn, $vendor_id, 0 "; return $this->HT->query($sql)->result(); } } /* End of file Group_model.php */ /* Location: ./third_party/vendorPlanSync/models/Group_model.php */