Ejemplo n.º 1
0
                                  <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>
                                                      <tr>
                                                        <th>ID pregunta</th>
                                                        <th class="hidden">ID respuesta</th>
                                                        <th>respuesta</th>
                                                        <th>Correcto/Falso</th>
                                                        <th>Opciones</th>
                                                      </tr>
                                                    </thead>
                                                      <?php 
foreach ($model->Listarall() as $r) {
    ?>
                                                        <tr>
                                                            <td>
                                                              <?php 
    echo $r->__GET('intidpregunta');
    ?>
                                                            </td>
                                                            <td class="hidden">
                                                            <?php 
    echo $r->__GET('intidrespuesta');
    ?>
                                                            </td>
                                                            <td>
                                                                <?php 
    echo $r->__GET('nvchrespuesta');