Exemple #1
0
 function pre_run()
 {
     toba_constructor::set_refresco_forzado(true);
 }
Exemple #2
0
 function evt__form_nombre__modificacion($datos)
 {
     $this->s__datos_nombre = $datos;
     //-- Sincroniza el cambio con la base
     $path_relativo = $this->get_path_relativo();
     if ($path_relativo != '') {
         $path_relativo .= '/';
     }
     $datos['subclase_archivo'] = $path_relativo . $this->s__datos_nombre['nombre'] . '.php';
     $pm = $this->recuperar_punto_montaje();
     $this->get_metaclase()->set_subclase($this->s__datos_nombre['nombre'], $datos['subclase_archivo'], $pm->get_id());
     toba_constructor::set_refresco_forzado(true);
 }