コード例 #1
0
ファイル: DDeliveryUI.php プロジェクト: ASDAFF/DDelivery
 public function createTables()
 {
     $cache = new DataBase\Cache($this->pdo, $this->pdoTablePrefix);
     $cache->createTable();
     $order = new DataBase\Order($this->pdo, $this->pdoTablePrefix);
     $order->createTable();
 }