예제 #1
0
    </td>
<td><?php 
    echo $reg[CENTROCOSTO];
    ?>
    </td>
<td><?php 
    echo $reg[FECHA];
    ?>
    </td>
<td><?php 
    echo $reg[HORA];
    ?>
    </td>
<td><a href="../pages/editar-reserva?id=<?php 
    echo $reg[NRORESERVA];
    ?>
">
<i class="fa fa-pencil-square text-primary fa-3x"></i></a></td>
<td><?php 
    $reserva->ReservaVacia($reg['NRORESERVA'], $_SESSION['id_usuario']);
    ?>
</td>
</tr>

<?php 
}
?>
<tbody>
</table>
</div>