Beispiel #1
0
 function __construct($semaine, $site, $log)
 {
     parent::__construct();
     $this->semaine = $semaine;
     $this->site = $site;
     $this->log = $log;
 }
Beispiel #2
0
 /**
  * Initialisation des variables
  * @param String $prenom
  * @param String $nom
  * @param String $email
  */
 function __construct($prenom, $nom, $email)
 {
     parent::__construct();
     $this->prenom = $prenom;
     $this->nom = $nom;
     $this->email = $email;
 }
Beispiel #3
0
 function __construct($cod = NULL)
 {
     parent::__construct('ent');
     $this->cod = $cod;
     if (empty($this->cod)) {
         $this->cod = $_POST["cod"];
         $this->nome = strtoupper($_POST["nome"]);
     }
 }
Beispiel #4
0
 /**
  * Initialisation des variables
  * @param int $semaine
  * @param int $user
  * @param int $site
  * @param int $log
  * @param boolean $pension
  * @param boolean $menage
  */
 public function __construct($semaine, $user, $site, $log, $pension, $menage)
 {
     parent::__construct();
     $this->semaine = $semaine;
     $this->user = $user;
     $this->site = $site;
     $this->log = $log;
     $this->pension = $pension;
     $this->menage = $menage;
 }
Beispiel #5
0
 /**
  * Initialisation des variables
  * @param int $id_site
  * @param int $id_log
  * @param int $nb
  * @param boolean $entree
  * @param int $piece
  * @param int $lit
  * @param boolean $wc
  * @param boolean $balcon
  * @param boolean $cloison
  * @param boolean $douche
  */
 function __construct($id_site, $id_log, $nb, $entree, $piece, $lit, $wc, $balcon, $cloison, $douche, $prix)
 {
     parent::__construct();
     $this->id_site = $id_site;
     $this->id_log = $id_log;
     $this->nb = $nb;
     $this->entree = $entree;
     $this->piece = $piece;
     $this->lit = $lit;
     $this->wc = $wc;
     $this->balcon = $balcon;
     $this->cloison = $cloison;
     $this->douche = $douche;
     $this->prix = $prix;
 }
Beispiel #6
0
 function __construct($protocolo = NULL)
 {
     parent::__construct('usu');
     $this->protocolo = $protocolo;
     !empty($_POST["usu_cod_form"]) ? $this->formulario = $_POST["usu_cod_form"] : "''";
     !empty($_POST["usu_nome"]) ? $this->nome = strtoupper($_POST["usu_nome"]) : "''";
     !empty($_POST["usu_abreviatura"]) ? $this->abreviatura = strtoupper($_POST["usu_abreviatura"]) : "''";
     !empty($_POST["usu_dt_nascto"]) ? $this->nascimento = $_POST["usu_dt_nascto"] : "''";
     !empty($_POST["usu_telefone"]) ? $this->fone = $_POST["usu_telefone"] : "''";
     !empty($_POST["usu_turno"]) ? $this->turno = strtoupper($_POST["usu_turno"]) : "''";
     !empty($_POST["usu_serie"]) ? $this->serie = strtoupper($_POST["usu_serie"]) : "''";
     !empty($_POST["usu_ent_id"]) ? $this->escola = strtoupper($_POST["usu_ent_id"]) : "''";
     !empty($_POST["usu_endereco"]) ? $this->logradouro = strtoupper($_POST["usu_endereco"]) : "''";
     !empty($_POST["usu_end_num"]) ? $this->numero = $_POST["usu_end_num"] : "''";
     !empty($_POST["usu_bairro"]) ? $this->bairro = strtoupper($_POST["usu_bairro"]) : "''";
     !empty($_POST["usu_resp_nome"]) ? $this->responsavel = strtoupper($_POST["usu_resp_nome"]) : "''";
     !empty($_POST["usu_protoloco"]) ? $this->protocolo = $_POST["usu_protoloco"] : "''";
     !empty($_GET['id']) ? $this->id = $_GET['id'] : false;
 }
Beispiel #7
0
 function __construct($protocolo = NULL)
 {
     parent::__construct("usu");
     $this->protocolo = $protocolo;
     $this->lineExport();
 }
Beispiel #8
0
 /**
  * Initialiser les variables
  * @param int $reserv
  * @param int $user
  */
 function __construct($user)
 {
     parent::__construct();
     $this->user = $user;
 }
Beispiel #9
0
 /**
  * Initialisation des variables
  */
 function __construct($montant, $id)
 {
     parent::__construct();
     $this->montant = $montant;
     $this->id = $id;
 }
Beispiel #10
0
 function __construct()
 {
     parent::__construct("protocolo");
 }
Beispiel #11
0
 function __construct($id = NULL)
 {
     parent::__construct("usu");
     $this->id = $id;
     $this->lineExport();
 }
 /**
  * Sets login variables
  * @param <string> $id
  * @param <string> $pw
  */
 public function __construct($id = null, $pw = null)
 {
     parent::__construct(SQL_ID, SQL_PW, SQL_DB);
     $this->id = $id;
     $this->pw = md5($pw);
 }
Beispiel #13
0
 function __construct($nom, $mdp)
 {
     parent::__construct();
     $this->nom = $nom;
     $this->mdp = $mdp;
 }
Beispiel #14
0
 function __construct()
 {
     parent::__construct("usu");
 }
Beispiel #15
0
 /**
  * Mise en place de la variable $zone
  */
 function __construct($zone)
 {
     parent::__construct();
     $this->zone = $zone;
 }
Beispiel #16
0
 /**
  * Initialisation des variables
  * @param String $site
  */
 public function __construct($site)
 {
     parent::__construct();
     $this->site = $site;
 }
 public function __construct()
 {
     parent::__construct(SQL_ID, SQL_PW, SQL_DB);
 }
Beispiel #18
0
 /**
  * Initialisation des variables
  * @param int $date
  */
 function __construct($id, $zone)
 {
     parent::__construct();
     $this->id = $id;
     $this->zone = $zone;
 }
Beispiel #19
0
 /**
  * Initialisation des variables
  * @param String $id
  */
 public function __construct($num, $zone)
 {
     parent::__construct();
     $this->num = $num;
     $this->zone = $zone;
 }
Beispiel #20
0
 function __construct($email, $mdp)
 {
     parent::__construct();
     $this->email = $email;
     $this->mdp = $mdp;
 }
Beispiel #21
0
 /**
  * Initialisation des variables
  * @param int $id
  * @param String $site
  */
 function __construct($id, $site)
 {
     parent::__construct();
     $this->id = $id;
     $this->site = $site;
 }
Beispiel #22
0
 /**
  * Initialisation des variables
  * @param int $id
  * @param String $log
  */
 function __construct($id, $log)
 {
     parent::__construct();
     $this->id = $id;
     $this->log = $log;
 }
Beispiel #23
0
 function __construct()
 {
     parent::__construct();
     session_start();
 }
Beispiel #24
0
 /**
  * Initialisation des variables
  * @param int $id_site
  * @param int $id_log
  */
 public function __construct($id_site, $id_log)
 {
     parent::__construct();
     $this->id_site = $id_site;
     $this->id_log = $id_log;
 }
Beispiel #25
0
 /**
  * Initialiser $id
  * @param int $id
  */
 function __construct($id)
 {
     parent::__construct();
     $this->id = $id;
 }
Beispiel #26
0
 /**
  * Initialiser les variables
  * @param int $reserv
  * @param int $user
  */
 function __construct($reserv, $user)
 {
     parent::__construct();
     $this->reserv = $reserv;
     $this->user = $user;
 }
Beispiel #27
0
 function __construct()
 {
     parent::__construct();
 }
Beispiel #28
0
 /**
  * Initialisation des variables
  * @param String $site
  */
 public function __construct($log)
 {
     parent::__construct();
     $this->log = $log;
 }