도시 정보 업데이트

This commit is contained in:
2018-04-21 10:15:04 +09:00
parent fb1ae6ea88
commit 5b6f456d5c
4 changed files with 254 additions and 92 deletions
+1
View File
@@ -2,6 +2,7 @@
namespace sammo;
function getTurn($general, $type, $font=1) {
//TODO: 왜 'Type' 인가. 그냥 count로 하자.
$str = [];
$db = DB::db();
$connect=$db->get();