Пример #1
0
                                          <div class="content table-responsive table-full-width">
                                              <table class="table table-hover">
                                                  <thead>
                                                      <th>DNI</th>
                                                      <th>Nombre/Apellido</th>
                                                      <th>Correo</th>
                                                      <th>Sexo</th>
                                                      <th>Tipo</th>
                                                      <th>dnihijo</th>
                                                      <th>Nacimiento</th>
                                                      <!--th>Fecha registro</th-->
                                                      <th>Opciones</th>
                                                  </thead>
                                                  <tbody>
                                                    <?php 
foreach ($model->Listar() as $r) {
    ?>
                                                        <tr>
                                                            <td>
                                                                <label ><?php 
    echo $r->__GET('nvchdni');
    ?>
</td></label>
                                                            <td>    
                                                                <label ><?php 
    echo $r->__GET('nvchnombre');
    ?>
 <?php 
    echo $r->__GET('nvchapellido');
    ?>
</label >