Ejemplo n.º 1
0
echo $datosBasicos["ciclo"];
?>
</td>
    </tr>
</table>
<table class="bordered">
    <tr>
        <th>ID Curso</th>
        <th>Nombre Curso</th>
        <th>Ciclo</th>
        <th>Cr&eacute;dito</th>
        <th>Vez</th>
        <th>Promedio</th>
    </tr>
    <?php 
$alumno->boletaNotas($id, $semestre);
?>
</table>
<table class="pieboletas">
    <tr>
        <td></td>
        <td>Total Creditos</td>
        <td><?php 
echo $rowtotalC["totalCreditos"];
?>
</td>
        <td></td>
    </tr>
    <tr>
        <td></td>
        <td>Promedio Ponderado</td>