Newer
Older
<?php
$Class = Classloader('start',true);
?>
<table class="table table-striped" id="DataTable">
<thead>
<tr>
<th>#</th>
<th>UID</th>
<th>Datum</th>
<th>Betrag</th>
</tr>
</thead>
<tbody>
<?php echo $Class->Liste();?>
</tbody>
</table>