Пример #1
0
<?
    //WEBSITE STARTUP
    include_once('../../includes/class.init.php');
    include_once('../../includes/class.match.php');

    $init = new init(1,0,0);
    $settings = new settings();

    $match = new match($settings, $init->errorClass, $init->notificationClass, $init->repository->get_data("matchId"));
    $match->getData();
?>

<div class="modal-dialog">
    <div class="modal-content">
        <form action="compPairing.php" method="post" role="form">
            <input type="hidden" name="seizoen" value="<?php 
echo $init->repository->get_data("seizoen");
?>
">
            <input type="hidden" name="competitie" value="<?php 
echo $init->repository->get_data("competitie");
?>
">
            <input type="hidden" name="ronde" value="<?php 
echo $init->repository->get_data("round");
?>
">
            <input type="hidden" name="matchId" value="<?php 
echo $init->repository->get_data("matchId");
?>
">