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