Ejemplo n.º 1
0
<?php

include "../templates/header_session.php";
include "../templates/header.php";
//including classes
include "../classes/CafeDetails.php";
include "../classes/CafeTrac.php";
include "../classes/CafeMgmt.php";
//creating objects
$cafe_details = new CafeDetails();
$cafe_trac = new CafeTrac();
$cafe_mgmt = new CafeMgmt();
$result = $cafe_details->getSurvDetails();
?>
<body>
<div id="topPan"><div id="ImgPan"><a href="index.html"><img src="../images/logo.gif" title="Coporate Profiles" alt="Corporate Profiles" width="201" height="52" border="0" /></a></div>
<?php 
include "nav_bar.php";
?>
</div>
<div id="bodyPan">
<p class="toptextpadding"></p>
<p class="toptextpadding">&nbsp;</p>


<table id="hor-minimalist-b" summary="Employee Pay Sheet">
    <thead>
    	<tr>
            <th scope="col">Cafe Id</th>
            <th scope="col">Cafe Name</th>
            <th scope="col">Name</th>