Example #1
0
 static function getPlayerNames()
 {
     $names = R::getAssoc('SELECT name FROM user');
     return $names;
 }