Пример #1
0
      <td><?php 
echo $discipulo->getFechaNac();
?>
</td>
    </tr>
    <tr>
      <th>Est civil:</th>
      <td><?php 
echo $discipulo->getEstCivil();
?>
</td>
    </tr>
    <tr>
      <th>Tipo discipulo:</th>
      <td><?php 
echo Utilitarios::getTipoDiscipulo($discipulo->getTipoDiscipulo());
?>
</td>
    </tr>
    <tr>
      <th>Direccion:</th>
      <td><?php 
echo $discipulo->getDireccion();
?>
</td>
    </tr>
    <tr>
      <th>Telefono:</th>
      <td><?php 
echo $discipulo->getTelefono();
?>