Esempio n. 1
0
                              <div class="container-fluid">
                                  <div class="row">    
                                      <div class="col-md-12">
                                          <div class="card card-plain">
                                              <div class="content table-responsive table-full-width">
                                                  <table class="table table-hover">
                                                      <thead>
                                                          <th>ID</th>
                                                          <th>DNI padre</th>
                                                          <th>Nombre/Apellidos</th>
                                                          <th>Correo</th>
                                                          <th>Celular</th>
                                                          <th>DNI HIJO</th>
                                                      </thead>
                                                      <?php 
foreach ($model->Listar() as $r) {
    ?>
                                                        <tr>
                                                            <td>
                                                                <?php 
    echo $r->__GET('intidpadre');
    ?>
                                                            </td>
                                                            <td>
                                                                <?php 
    echo $r->__GET('intdnipadre');
    ?>
                                                            </td>
                                                            <td>
                                                                <?php 
    echo $r->__GET('nvchnombre');