pid = $pid; $this->stid = $stid; $this->mpid = $mpid; $this->pmid = $pmid; $this->numpname = $numpname; if ($times > 0) { $this->times = $times; } else { $this->times = 0; } $this->auditoruid = $auditoruid; $this->filepath = $filepath; if ($ziphashcode > 0) { $this->ziphashcode = $ziphashcode; } else { $this->ziphashcode = ''; } $this->filehashcode = $filehashcode; $this->isnew = $isnew; $this->intime = time(); return $this->insert(); } } ?>