Ejemplo n.º 1
0
</div>

<table class="mission-request-table">
<thead>
  <tr>
    <td>Mission Info</td>
    <td>Mission Report</td>
    <td>Status/Action</td>
  </tr>
</thead>
<tbody>
  <?php 
        foreach ($reports as $report) {
            ?>
   <?php 
            $mission_leg = MissionLegPeer::getMissionLegByReportId($report->getId());
            ?>
  <tr>
    <td style="padding-left:30px;">
      Mission Date: <?php 
            echo date('m/d/Y', strtotime($report->getMissionDate()));
            ?>
 <br />
			Passenger: <?php 
            echo $report->getPassengerNames();
            ?>
 <br />
			Route: <?php 
            echo $report->getPickupAirportIdent();
            ?>
 to <?php