Beispiel #1
0
                                        <tr>
                                            <th>Id</th>
                                            <th>Title</th>
                                            <!--<th>Description</th>-->
                                            <th>Date</th>
                                            <th title="Date Confirmed"><span class='ui-icon ui-icon-circle-check'></span></th>
                                            <th>Time</th>
                                            <th>Venue</th>
                                            <!--<th>Url</th>-->
                                            <th></th>
                                        </tr>
                                    </thead>
                                    <tbody>
                                        <?php 
$eventTools = new EventTools();
$events = $eventTools->getAllEvents();
foreach ($events as $event) {
    ?>
                                            <tr>
                                                <td><?php 
    echo $event->id;
    ?>
</td>
                                                <td><?php 
    echo $event->title;
    ?>
</td>
                                                <!--<td><?php 
    echo "";
    ?>
</td>-->