Exemplo n.º 1
0
 function Crea()
 {
     $this->set("NombreComercial", _("Nuevo local"), FORCE);
     $this->set("Identificacion", genMakePass(), FORCE);
     $this->set("Password", genMakePass(), FORCE);
 }
Exemplo n.º 2
0
 function Crea()
 {
     $this->setNombre(_("Nuevo usuario"));
     $this->set("Identificacion", genMakePass(), FORCE);
     $this->set("Password", genMakePass(), FORCE);
     $this->set("FechaNacim", "1974-09-01", FORCE);
 }