load->database(); $this->table = 'whlabel_qh'; $this->load_table('whlabel_qh'); } public function get_data($features,$gtime) { return $this->find("features = '".$features."' and gtime = '".$gtime."'"); } } //end class