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