コード例 #1
0
ファイル: default.php プロジェクト: q4z1/pokerth_monthlycup
 public function __construct()
 {
     // debug::add_info("(".__FILE__.")<b>".__CLASS__."</b>::".__FUNCTION__."() betreten.");
     parent::__construct(__CLASS__);
 }
コード例 #2
0
ファイル: login.php プロジェクト: q4z1/pokerth_monthlycup
 public function __construct()
 {
     parent::__construct(__CLASS__);
 }
コード例 #3
0
ファイル: results.php プロジェクト: q4z1/pokerth_monthlycup
 public function __construct()
 {
     parent::__construct(__CLASS__);
     $this->points = json_decode(app::$settings['points']);
 }