load->database(); $this->table = 'print_code'; $this->load_table('print_code'); } /** 通过名称查找 */ public function get_label($label) { return $this->find("label = '$label'"); } } //end class