public function __construct() { parent::__construct(); USingleton::getInstances('FDatabase'); $this->table = 'Prenotazione_Parcheggio'; $this->keytable = 'id'; }
public function __construct() { parent::__construct(); USingleton::getInstances('FDatabase'); $this->table = 'UserRecovery'; $this->keytable = 'Email'; }
public function __construct() { parent::__construct(); USingleton::getInstances('FDatabase'); $this->table = 'Prenotazione'; $this->keytable = 'id'; $this->resultClass = 'EPrenotazione'; }
public function __construct() { parent::__construct(); USingleton::getInstances('FDatabase'); $this->table = 'Utente'; $this->keytable = 'email'; $this->resultClass = 'EUtente'; }