Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->ratingType = 'article';
     $this->tableName = "rating";
     $this->tablePrefix = "rat_";
     $this->logType = "accuracy";
     $this->lowTable = "rating_low";
     $this->lowTablePrefix = "rl_";
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->ratingType = 'sample';
     $this->tableName = "ratesample";
     $this->tablePrefix = "rats_";
     $this->logType = "acc_sample";
     $this->titlePrefix = "Sample/";
     $this->lowTable = "ratesample_low";
     $this->lowTablePrefix = "rsl_";
 }