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