load->database(); $this->table = 'evaluate'; $this->load_table('evaluate'); } /** 查找 */ public function get_orderinfo($orderinfo) { return $this->find("orderinfo = '$orderinfo'"); } } //end class