コード例 #1
0
ファイル: config.php プロジェクト: TwinkleFox/TwinkleFox_CMF
 function __construct()
 {
     store::$config = $this->config;
     store::$info = $this->info;
     store::$database = $this->database;
     store::$output = $this->output;
 }