コード例 #1
0
ファイル: Config.php プロジェクト: sagmahajan/aswan_release
 public function __construct()
 {
     parent::__construct();
     $this->_configFile = $this->_rewriteDir . 'config.php';
     $this->prepare();
 }