Ejemplo n.º 1
0
Archivo: html.php Proyecto: frdl/webfan
 function __construct()
 {
     parent::__construct();
     $this->html = '';
     $this->loginformIsOut = false;
     $this->wizard_errors = array();
     $this->date = new \webdof\wDate();
 }
Ejemplo n.º 2
0
Archivo: cnf.php Proyecto: frdl/webfan
 function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->html = '';
     $this->aSess =& $_SESSION['frdl\\xGlobal\\webfan'];
 }