Esempio n. 1
0
echo '<th>Transaction #</th>';
echo '<th>DateTime of Purchase</th>';
echo '<th>Price</th>';
echo '<th>Sales Tax</th>';
echo '<th>Total</th>';
echo '</tr>';
echo '<tr>';
echo '<th>Transaction #</th>';
echo '<th>DateTime of Purchase</th>';
echo '<th>Price</th>';
echo '<th>Sales Tax</th>';
echo '<th>Total</th>';
echo '</tr>';
echo '</thead>';
echo '<tbody>';
echo $SalesModel->getSales($connect);
echo '</tbody>';
echo '</table>';
?>
                	</div> -->
                	<div id="demo">
 			<?php 
echo '<table class="table table-bordered table-striped" id="example">';
echo '<thead>';
echo '<tr>';
echo '<th>Transaction #</th>';
echo '<th>DateTime of Purchase</th>';
echo '<th>Price</th>';
echo '<th>Sales Tax</th>';
echo '<th>Total</th>';
echo '</tr>';