정의 위치 ./config/func.inc.php 정의 내용 /** * The alias of DB::executeQuery() * * @see DB::executeQuery() * @param string $query_id (module name.query XML file) * @param object $args values of args o...
팁/튜토리얼
시리즈 연재 환영합니다.^^
정의 위치 ./config/func.inc.php 정의된 내용 /** * Define a function to use {@see ModuleHandler::getModuleObject()} ($module_name, $type) * * @param string $module_name The module name to get a instance...
{@ $oDB = &DB::getInstance(); $query = $oDB->_query('select * from xe_member_message where receiver_srl = '.$logged_info->member_srl.' AND message_type = "R" ORDER BY regdate DESC limit 0, 5'); $result...