KVStorage의 game namespace를 game_env로 '편의를 위해' 변경

This commit is contained in:
2018-05-12 22:21:53 +09:00
parent 52f4b79fdf
commit 67ecd514a4
63 changed files with 194 additions and 194 deletions
+23 -23
View File
@@ -3,7 +3,7 @@ namespace sammo;
function process_23(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$genlog = [];
@@ -106,7 +106,7 @@ function process_23(&$general) {
function process_24(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$genlog = [];
@@ -235,7 +235,7 @@ function process_24(&$general) {
function process_27(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -313,7 +313,7 @@ function process_27(&$general) {
function process_51(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$date = substr($general['turntime'],11,5);
list($year, $month, $turnterm) = $db->queryFirstList('SELECT year,month,turnterm FROM game LIMIT 1');
@@ -397,7 +397,7 @@ function process_51(&$general) {
function process_52(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -510,7 +510,7 @@ function process_52(&$general) {
function process_53(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$date = substr($general['turntime'],11,5);
list($year, $month, $turnterm) = $db->queryFirstList('SELECT year,month,turnterm FROM game LIMIT 1');
@@ -595,7 +595,7 @@ function process_53(&$general) {
function process_61(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$date = substr($general['turntime'],11,5);
list($year, $month, $turnterm) = $db->queryFirstList('SELECT year,month,turnterm FROM game LIMIT 1');
@@ -696,7 +696,7 @@ function process_61(&$general) {
function process_62(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -817,7 +817,7 @@ function process_62(&$general) {
function process_63(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$date = substr($general['turntime'],11,5);
list($year, $month, $turnterm) = $db->queryFirstList('SELECT year,month,turnterm FROM game LIMIT 1');
@@ -901,7 +901,7 @@ function process_63(&$general) {
function process_64(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$date = substr($general['turntime'],11,5);
list($year, $month, $turnterm) = $db->queryFirstList('SELECT year,month,turnterm FROM game LIMIT 1');
@@ -985,7 +985,7 @@ function process_64(&$general) {
function process_65(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1080,7 +1080,7 @@ function process_65(&$general) {
function process_66(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1171,7 +1171,7 @@ function process_66(&$general) {
function process_67(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1263,7 +1263,7 @@ function process_67(&$general) {
function process_68(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1367,7 +1367,7 @@ function process_68(&$general) {
function process_71(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1474,7 +1474,7 @@ function process_71(&$general) {
function process_72(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1590,7 +1590,7 @@ function process_72(&$general) {
function process_73(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1722,7 +1722,7 @@ function process_73(&$general) {
function process_74(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1867,7 +1867,7 @@ function process_74(&$general) {
function process_75(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -1994,7 +1994,7 @@ function process_75(&$general) {
function process_76(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -2214,7 +2214,7 @@ function process_76(&$general) {
function process_77(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -2343,7 +2343,7 @@ function process_77(&$general) {
function process_78(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];
@@ -2469,7 +2469,7 @@ function process_78(&$general) {
function process_81(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game');
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
$log = [];