load->database(); $this->table = 'caiwusfh'; $this->load_table('caiwusfh'); } public function get_ht($ht) { return $this->find("ht = '$ht'"); } public function get_orderno($orderno) { return $this->find("orderno = '$orderno'"); } } //end class