コード例 #1
0
ファイル: DBConfig.php プロジェクト: method-es/php-common
 public function __construct($location = "", $jsonKey = "database")
 {
     $this->SetJSONKey($jsonKey);
     parent::__construct($location);
 }