Ver Mensaje Individual
  #4  
Antiguo 11-01-2007
Avatar de dec
dec dec is offline
Moderador
 
Registrado: dic 2004
Ubicación: Alcobendas, Madrid, España
Posts: 13.114
Reputación: 34
dec Tiene un aura espectaculardec Tiene un aura espectacular
Hola,

Pues tratando de decir algo al respecto...

Código PHP:
    if (isset ($this->ItemList)) {
      
$this->ItemList[count ($this->ItemList)] = $Item;
    }
    else {
      
$this->ItemList = array();
      
$this->ItemList[] = $Item;
    } 
Me parece más "lo suyo", ¿no?

Nota: que yo también uso el "$this->Variable" y no "$this->$Variable" como dicen Román y vengo haciendo... en PHP4, eso sí.
__________________
David Esperalta
www.decsoftutils.com
Responder Con Cita