示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->sub_contador = 0;
     $this->padres = array();
     $this->hijos = array();
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->id_viaje = "";
     $this->id_itinerario = "";
     $this->id_invitacion = "";
 }
示例#3
0
 function __construct($pg = "")
 {
     parent::__construct();
     $this->rst_lista = "";
     $this->nombre_check = "lista_valores";
     $this->ltotal = 1;
     $this->lactual = 1;
     $this->lpaginacion = 10;
     $this->page = $pg;
 }
示例#4
0
 public function Interfaz($titulo, $menu = true, $extra = "")
 {
     if (!isset($_SESSION["idusuario"])) {
         global $RUTA_R;
         header("Location: {$RUTA_R}");
         exit;
     }
     $this->seleccionmenu = $menu;
     parent::__construct();
     $this->titulo = $titulo;
     $this->menu = $menu;
     $this->Superior($extra);
     if ($menu == true) {
         $this->Mn = new Menu();
     }
 }
示例#5
0
 public function __construct()
 {
     parent::__construct();
     $this->c_id = "";
     $this->dc_id = "";
 }
示例#6
0
 public function __construct()
 {
     parent::__construct();
     $this->rst_etapa = "";
 }
示例#7
0
 function __construct()
 {
     parent::__construct();
 }
示例#8
0
 public function __construct($id_usuario)
 {
     $this->id_usuario = $id_usuario;
     parent::__construct();
 }
示例#9
0
 public function __construct()
 {
     parent::__construct();
     $this->idamex = "";
 }
示例#10
0
 public function __construct()
 {
     parent::__construct();
     $this->id_comensal = "";
 }
示例#11
0
 public function __construct()
 {
     parent::__construct();
     $this->h_hotel_id = "";
 }
示例#12
0
 public function __construct()
 {
     parent::__construct();
     parent::connect();
 }