Example #1
0
	<div  class="jumbotron text-center">
		<div class="container">
			<h1>Admin</h1>
		</div>
	</div>
</div>
<div class="row">
	<div class="col-lg-6 col-lg-offset-3">

							
	</div>
<?php 
// This will grab all of the data from the Database to populate the accordian
// Just to keep the accordian code slightly cleaner
$users = User::findAllAsc('userID', 'users', 10);
$clients = Client::findAllAsc('clientName', 'Combi', 10);
$orders = Order::findAllAsc('orderID', 'orders', 10);
// $schools = School::findAllAsc( 'schoolID', 'schools' );
?>


</div>
<div class="row">
		<div class="col-md-12">
			
			<div id="accordion">
				<h3>Users</h3>
				<div>
					<table class="table table-hover">
						<thead>
							<tr>