コード例 #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'];
 }