load->database(); $this->table = 'fullorderexcelclassid'; $this->load_table('fullorderexcelclassid'); } /** 通过API查找 */ public function get_title($title) { return $this->find("title = '$title'"); } public function get_type($type) { return $this->find("type = '$type'"); } } //end class