Example #1
0
                      <tr>
                          <!--<th>ID rol</th>-->
                          <th>Tipo Usuario</th>
                          <th>Modulo</th>
                          <th>Crear</th>                                                            
                          <th>Editar</th>
                          <th>Eliminar</th>
                          <th>Consultar</th>
                          <th>Opciones</th>                                               
                      </tr>
                  </thead>

                  <tbody>
                      <?php 
//print_r($_COOKIE);
$rolesInst->getTablaRoles();
?>
                  </tbody>
              </table>
          </div>
          <!-- /.table-responsive -->
        
        </div>
        <!-- /.panel-body -->

        </div>
        <!-- /.panel -->
      
      </div>
      <!-- /.col-lg-12 -->