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