@@ -12,6 +12,8 @@ echo "Country id: " . $countryId . " leagueId: " . $leagueId;
$matches = $conn->getMatches($countryId, $leagueId);
+foreach ($matches as $m) {
+ var_dump($m);
+}
-var_dump($matches[0]);
?>