Example #1
0
 function evt__form__test()
 {
     // componente
     $tabla = toba::componente('t_escalafon');
     $tabla->cargar();
     ei_arbol($tabla->get_filas());
     // CN
     toba::cn('prueba_indice_cn')->test();
 }