Example #1
0
 /**
  *  Set up the stats used by the stats and summary table functions
  */
 function statSetup()
 {
     $this->kill_summary = new KillSummaryTable();
     $this->kill_summary->addInvolvedCorp($this->crp_id);
     $this->kill_summary->generate();
 }