KVStorage로 game 테이블 대체 준비

This commit is contained in:
2018-05-12 22:05:44 +09:00
parent 5e74a34d3e
commit 52f4b79fdf
65 changed files with 243 additions and 20 deletions
+1
View File
@@ -106,6 +106,7 @@ function printCitiesBasedOnDistance(int $cityNo, int $maxDistance=1) {
function info($type=0) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$connect=$db->get();
$query = "select year,month,turnterm,maxgeneral from game limit 1";