Exemplo n.º 1
0
          <th><a href="?order=weight&flow=<?php 
echo $flow;
?>
">Weight</a></th>
          <th><a href="?order=portofdischarge&flow=<?php 
echo $flow;
?>
">Port of discharge</a></th>
          <th><a href="?order=terminal&flow=<?php 
echo $flow;
?>
">Terminal</a></th>
        </tr>
        
        <?php 
foreach ($goods->getAllData(null) as $row) {
    ?>
          
          <tr>
            <td><a href="/goods/containerDetail/<?php 
    echo $row->equipmentNumber->equipmentNumber;
    ?>
"><?php 
    echo $row->equipmentNumber->equipmentNumber;
    ?>
</a>  </td>
            <td><?php 
    echo $row->shippingID->shippingName;
    ?>
</td>
            <td><?php