Example #1
0
File: Analytic.php Project: rjha/sc
 static function getUserCounters($loginId)
 {
     $row = mysql\Analytic::getUserCounters($loginId);
     return $row;
 }