Example #1
0
        <th>Type</th>
        <th>Date Created</th>
        <th>RS</th>
        <th>Locked</th>
        <th>Allow Scheduling</th>
        <th>Winner</th>
        <th>Finished? ('is_finished')</th>
        <th>Empty? ('is_empty')</th>
        <th>Begun? ('is_begin')</th>
        <th>Empty? ('empty')</th>
        <th>Begun? ('begun')</th>
        <th>Finished? ('finished')</th>
    </thead>
    <tbody style="text-align: center">
        <?php 
foreach (Tour::getTours() as $tour) {
    ?>
            <tr>
                <td><?php 
    echo $tour->tour_id;
    ?>
</td>
                <td><?php 
    echo $tour->f_did;
    ?>
</td>
                <td><?php 
    echo $tour->name;
    ?>
</td>
                <td><?php