From fc94b9eab23a7a62fd02222c195ca4bf05db7ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0git=20config=20git=20config=20-?= =?UTF-8?q?-helpgit=20config=20--global=20user=2Ename=20=EC=B5=9C=EC=A4=80?= =?UTF-8?q?=ED=9D=A0?= Date: Mon, 19 Jun 2023 22:12:32 +0900 Subject: [PATCH] cfmgrv3 init...2 --- app/Controllers/Common/CommonController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controllers/Common/CommonController.php b/app/Controllers/Common/CommonController.php index fa72cef..7e4b8ca 100644 --- a/app/Controllers/Common/CommonController.php +++ b/app/Controllers/Common/CommonController.php @@ -106,6 +106,7 @@ class CommonController extends BaseController $fieldDatas = array(); foreach ($this->_viewDatas['fields'] as $field) { $fieldDatas[$field] = $this->request->getVar($field); + Log::add("info", "{$field} : {$fieldDatas[$field]}"); } $this->_viewDatas['fieldDatas'] = $fieldDatas; //변경할 값 확인