Example #1
0
 public function Query($q)
 {
     $out = Router::Go($q);
     self::CheckErrors();
     return $out;
 }