!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/moldes_metadatos/   drwxr-xr-x
Free 14.91 GB of 61.93 GB (24.08%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     toba_ei_formulario_molde.php (1.61 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
*    
*/
class toba_ei_formulario_molde extends toba_molde_elemento_componente_ei
{
    protected 
$clase 'toba_ei_formulario';
    protected 
$efs;
    protected 
$proximo_ef 0;
    
    function 
ini()
    {
        
parent::ini();
        
$this->datos->tabla('prop_basicas')->nueva_fila(array());
        
$this->datos->tabla('prop_basicas')->set_cursor(0);
    }
    
    
//---------------------------------------------------
    //-- API de construccion
    //---------------------------------------------------    

    
function set_comportamiento_filtro()
    {
        
$datos = array();
        
$datos['no_imprimir_efs_sin_estado'] = 1;
        
$datos['resaltar_efs_con_estado'] = 1;
        
$this->datos->tabla('prop_basicas')->set($datos);
    }
    
    function 
agregar_ef($identificador$tipo)
    {
        
$this->efs[$identificador] = new toba_molde_ef($identificador$tipo);
        
$this->efs[$identificador]->set_orden($this->proximo_ef);
        
$this->proximo_ef++;
        return 
$this->efs[$identificador];
    }

    function 
ef($identificador)
    {
        if(!isset(
$this->efs[$identificador])) {
            throw new 
toba_error_asistentes('Molde formulario: El ef solicitado no existe');    
        }
        return 
$this->efs[$identificador];
    }

    
//---------------------------------------------------
    //-- Generacion de METADATOS & ARCHIVOS
    //---------------------------------------------------
    
    
function generar()
    {
        foreach(
$this->efs as $ef) {
            
//-- Se generan los datos_tabla necesarios para la carga de los combos            
            
if ($ef->tiene_carga_datos_tabla()) {
                
$ef->generar_datos_tabla_carga();
            }
             
$this->datos->tabla('efs')->nueva_fila($ef->get_datos());
        }
        
parent::generar();
    }

}
?>

:: 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.7866 ]--