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