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

This commit is contained in:
zero 2007-02-23 03:29:12 +00:00
parent ad4cfd30f4
commit cac2d957b2
6 changed files with 41 additions and 11 deletions

View file

@ -12,6 +12,15 @@
function init() {
}
/**
* @brief admin 모듈내에서 다른 모듈을 실행하는 부분
**/
function procOtherModule($module, $act) {
$oModuleHandler = new ModuleHandler($module, $act);
$oModule = &$oModuleHandler->procModule();
return $oModule;
}
/**
* @brief 로그인 시킴
**/