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

This commit is contained in:
zero 2007-03-30 08:29:16 +00:00
parent 7df7339504
commit fe7d8dffa6
7 changed files with 49 additions and 7 deletions

View file

@ -109,6 +109,15 @@
return $module_info;
}
/**
* @brief act 값에 의한 forward 값을 구함
**/
function getActionForward($act) {
$args->act = $act;
$output = executeQuery('module.getActionForward',$args);
return $output->data;
}
/**
* @brief DB에 생성된 mid목록을 구해옴
**/