git-svn-id: http://xe-core.googlecode.com/svn/trunk@179 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-23 08:51:52 +00:00
parent c4b2bd4a86
commit 7ccd9383fc
8 changed files with 119 additions and 24 deletions

View file

@ -196,6 +196,22 @@
return $result;
}
/**
* @brief 회원 가입폼 추가 확장 목록 가져오기
**/
function getJoinFormList() {
// DB 객체 생성
$oDB = &DB::getInstance();
$args->sort_index = "list_order";
$args->page = Context::get('page');
$args->list_count = 40;
$args->page_count = 10;
$output = $oDB->executeQuery('member.getJoinFormList', $args);
return $output;
}
/**
* @brief 금지 아이디 목록 가져오기
**/