Exemplo n.º 1
0
?>
 
                </p>
                <p>
                <?php 
// Rolstoel basketbal
$plg_ID = 3892;
$cmp_ID = 1508;
$org_ID = 0;
// van NBB
$wedstrijd = new Wedstrijd($org_ID, $cmp_ID);
$wedstrijd->teamid($plg_ID);
$wedstrijd->seizoen();
// hoeft niet, als je geen seizoen opgeeft, wordt het het huidig
$wedstrijd->filter_schema(7);
list($nr, $naam) = $wedstrijd->competitie();
$overzicht = $wedstrijd->overzicht();
$wedstrijd_lijst = $wedstrijd->wedstrijden($cmp_ID);
// alle wedstrijden tonen
if (count($wedstrijd_lijst) <= 0) {
    $no_games++;
    //print "geen wedstrijden gepland.";
} else {
    print "<h2>{$naam}</h2>\n";
    foreach ($wedstrijd_lijst as $id => $details) {
        print $details['thuisclub'] . ' - ' . $details['thuisteamafko'];
        ?>
 </br> <?php 
        print $details['datum'] . '   ' . $details['tijd'];
        ?>
 </br> <?php