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

This commit is contained in:
zero 2007-04-02 02:36:58 +00:00
parent 5a2be2d812
commit 35b9bb8fd2
28 changed files with 186 additions and 485 deletions

View file

@ -53,14 +53,12 @@
* @brief 페이지 관리 목록 보여줌
**/
function dispPageAdminContent() {
// 등록된 page 모듈을 불러와 세팅
$oDB = &DB::getInstance();
$args->sort_index = "module_srl";
$args->page = Context::get('page');
$args->list_count = 40;
$args->page_count = 10;
$args->s_module_category_srl = Context::get('module_category_srl');
$output = $oDB->executeQuery('page.getPageList', $args);
$output = executeQuery('page.getPageList', $args);
// 템플릿에 쓰기 위해서 context::set
Context::set('total_count', $output->total_count);
@ -143,10 +141,7 @@
}
// module_srl이 없으면 sequence값으로 미리 구해 놓음
if(!$module_srl) {
$oDB = &DB::getInstance();
$module_srl = $oDB->getNextSequence();
}
if(!$module_srl) $module_srl = getNextSequence();
Context::set('module_srl',$module_srl);
// 플러그인 목록을 세팅