!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_tdfonline/php/modelo/asistentes/   drwxr-xr-x
Free 14.94 GB of 61.93 GB (24.13%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     toba_asistente_grilla.php (3.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class toba_asistente_grilla extends toba_asistente_1dt
{
    
#####################################################################################
    ################################   Autocompletado   #################################
    #####################################################################################

    
function posee_informacion_completa()
    {
        
$mensajes = array();
        if( 
parent::posee_informacion_completa() ) {
        }
        return empty(
$mensajes) ? true $mensajes;
    }
    
    
################################################################################
    ################################  GENERACION   #################################
    ################################################################################
    
    
function generar()
    {    
        
$pm $this->dr_molde->tabla('molde')->get_fila_columna(0'punto_montaje');
        
//ei_arbol(array($this->molde, $this->molde_abms, $this->molde_abms_fila));
        
$this->ci->set_titulo($this->molde['nombre']);
        
$this->ci->set_punto_montaje($pm);
        
$this->ci->agregar_pantalla(1'Pantalla');
        
$this->crear_extension();
        
//- Creo dependencias -----------------------------------
        
$form $this->ci->agregar_dep('toba_ei_formulario_ml''formulario');
        
$form->set_punto_montaje($pm);
        
$this->ci->asociar_pantalla_dep(1$form);
        
$this->generar_formulario_ml($form);
        
        
$tabla $this->ci->agregar_dep('toba_datos_tabla''datos');
        
$tabla->set_punto_montaje($pm);
        
$this->generar_datos_tabla($tabla$this->molde_abms['tabla'], $this->molde_abms_fila);
        
//- Eventos del CI ---------------------------------------
        
$evento $this->ci->agregar_evento('guardar');
        
$evento->set_etiqueta('Guardar');
        
$evento->maneja_datos();
        
$evento->en_botonera();
        
$evento->set_predeterminado();                
        
$evento->set_imagen('guardar.gif');
        
$this->ci->asociar_pantalla_evento(1$evento);
    }
    
    function 
crear_extension()
    {
        
$clase 'ci'.$this->molde['prefijo_clases'];
        
$this->ci->extender($clase $clase '.php');
        
$metodo = new toba_codigo_metodo_php('ini__operacion');
        
$metodo->set_contenido("\$this->dep('datos')->cargar();");
        
$this->ci->php()->agregar($metodo);
        
$metodo = new toba_codigo_metodo_php('evt__guardar');
        
$metodo->set_contenido( array(    "\$this->dep('datos')->sincronizar();",
                                        
"\$this->dep('datos')->resetear();",
                                        
"\$this->dep('datos')->cargar();"));
        
$this->ci->php()->agregar($metodo);
        
$metodo = new toba_codigo_metodo_php('evt__formulario__modificacion',array('$datos'));
        
$metodo->set_contenido("\$this->dep('datos')->procesar_filas(\$datos);");
        
$this->ci->php()->agregar($metodo);
        
$metodo = new toba_codigo_metodo_php('conf__formulario',array('toba_ei_formulario_ml $componente'));
        
$metodo->set_contenido("\$componente->set_datos(\$this->dep('datos')->get_filas());");
        
$this->ci->php()->agregar($metodo);
    }

    function 
generar_formulario_ml($form)
    {
        
$form->set_nombre($this->molde['nombre'] . ' - Form');
        
$form->set_analisis_cambios('LINEA');
        
$form->agregar_filas_js();
        
//Creo las filas
        
$filas = array();
        foreach( 
$this->molde_abms_fila as $fila ) {
            if(
$fila['en_form']) {
                
$filas[] = $fila;
            }
        }        
        
$this->generar_efs($form$filas);
        
$evento $form->agregar_evento('modificacion');
        
$evento->maneja_datos();
        
$evento->implicito();
    }
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.8049 ]--