load->database(); $this->table = 'yswaybill'; $this->load_table('yswaybill'); } public function get_number($number) { return $this->find("number = '$number'"); } public function get_waybill($waybill) { return $this->find("waybill = '$waybill'"); } } //end class