コード例 #1
0
ファイル: updateItemHistory.php プロジェクト: pimasuta/gw2api
<?php

include_once "connect.php";
$db = new Database();
$db->connect();
$db->insertAllItemPrices();
$db->disconnect();