<?php

include_once "../conexion.php";
include_once "../clases/Asignatura_class.php";
Conectarse();
$ca = $_REQUEST['ca'];
$campo = $_REQUEST['campo'];
$text = $_REQUEST['text'];
echo asignatura::verProfNoImp($ca, $text, $campo);
Esempio n. 2
0
                                                                    <th class="panel-heading ex-panel-header"></th>
                                                                    <th class="panel-heading ex-panel-header"></th>
                                                                </tr><tr>
                                                                    <th>DNI</th>
                                                                    <th><?php 
    echo $textos[12];
    //Nombre
    ?>
</th>
                                                                    <th>	</th>
                                                                </tr>
                                                            </thead>
															<tbody id="prof">

														<?php 
    asignatura::verProfNoImp($codAsig);
    ?>
														</tbody>
                                                        </table>
                                                </div>
                                            </div>
                                            <div class="col-md-1 text-center">

                                                <input type="hidden" name="elemento" value="asignatura"/>
                                                <input type="hidden" name="anho" value="<?php 
    echo $asignatura->getCurso();
    ?>
"/>
                                                <input type="hidden" name="asignatura" value="<?php 
    echo $asignatura->getCodigo();
    ?>