Example #1
0
 private function increasePageView($by = 1)
 {
     //		require_once 'GWF_Pageview.php';
     //		GWF_Pageview::increaseTodayView($by);
     self::$pagecount = GWF_Counter::getAndCount('pagecount', $by);
     //		$this->saveModuleVar('pagecount', $this->cfgPagecount()+$by);
 }