示例#1
0
 public static function search($searchStr)
 {
     $result = Database::query(SQL::searchGyms($searchStr));
     return Gym::gymsForResult($result);
 }