Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_basedatos = $this->cargaModelo('instalador');
     $this->cargaAyudante('Cf_PHPAyuda');
     $this->_ayuda = new Cf_PHPAyuda();
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     // cargamos la clase ayudantes para usar sus metodos de ayuda
     $this->cargaAyudante('Cf_PHPAyuda');
     $this->_ayuda = new Cf_PHPAyuda();
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     //Aqui cargamos libreria externa
     $this->cargaLib('PHPExcel');
     $this->_exc = new PHPExcel();
     // cargamos la clase ayudantes para usar sus metodos de ayuda
     $this->cargaAyudante('Cf_PHPAyuda');
     $this->_ayuda = new Cf_PHPAyuda();
     $this->cargaAyudante('Cf_PHPAyuda');
     $this->cargaAyudante('Cf_PHPSeguridad');
     $this->_seg = new Cf_PHPSeguridad();
     $this->_sesion = new Cf_Sesion();
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->cargaAyudante("Cf_PHPAyuda");
     $this->_ayuda = new Cf_PHPAyuda();
 }