Esempio n. 1
0
                            </div>
                            <div class="content">
                                  <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>Nombre/Apellido</th>
                                                              <!--th>Fecha registro</th-->
                                                              <th>Opciones</th>
                                                          </thead>
                                                          <tbody>
                                                                <?php 
foreach ($model->Listarpadres() as $r) {
    ?>
                                                                    <tr>
                                                                        <td>
                                                                          <label for="">
                                                                            <?php 
    echo $r->__GET('nvchnombre');
    ?>
 <?php 
    echo $r->__GET('nvchapellido');
    ?>
                                                                          </label>
                                                                        </td>
                                                                        <!--td>
                                                                           
                                                                        </td-->