コード例 #1
0
ファイル: local.class.php プロジェクト: klich3/gPOS
 function Crea()
 {
     $this->set("NombreComercial", _("Nuevo local"), FORCE);
     $this->set("Identificacion", genMakePass(), FORCE);
     $this->set("Password", genMakePass(), FORCE);
 }
コード例 #2
0
ファイル: usuario.class.php プロジェクト: klich3/gPOS
 function Crea()
 {
     $this->setNombre(_("Nuevo usuario"));
     $this->set("Identificacion", genMakePass(), FORCE);
     $this->set("Password", genMakePass(), FORCE);
     $this->set("FechaNacim", "1974-09-01", FORCE);
 }