From 6707e078a194c6f8e2bac272e511352100b652e4 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 28 Mar 2007 06:21:46 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@743 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/func.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/func.inc.php b/config/func.inc.php index 87aad755a..708061d0e 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -54,6 +54,14 @@ return getModule($module_name, 'class'); } + /** + * @brief DB::executeQuery() 를 별도로 함수로 지정.. + **/ + function executeQuery($query_id, $args = null) { + $oDB = &DB::getInstance(); + return $oDB->executeQuery($query_id, $args); + } + /** * @brief Context::getUrl($args_list)를 쓰기 쉽게 함수로 선언