예제 #1
0
파일: html.php 프로젝트: frdl/webfan
 function __construct()
 {
     parent::__construct();
     $this->html = '';
     $this->loginformIsOut = false;
     $this->wizard_errors = array();
     $this->date = new \webdof\wDate();
 }
예제 #2
0
파일: cnf.php 프로젝트: frdl/webfan
 function __construct()
 {
     parent::__construct();
 }
예제 #3
0
파일: logout.php 프로젝트: frdl/webfan
 function __construct()
 {
     parent::__construct();
     $this->html = '';
     $this->aSess =& $_SESSION['frdl\\xGlobal\\webfan'];
 }