Пример #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->Listaralumnos() as $r) {
    ?>
                                                                    <tr>
                                                                        <td>
                                                                            <label>
                                                                              <?php 
    echo $r->__GET('nvchnombre');
    ?>
 
                                                                              <?php 
    echo $r->__GET('nvchapellido');
    ?>
                                                                            </label>
                                                                        </td>
                                                                        <td>
                                                                            <form action="pchatroom.php" method="POST">