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

This commit is contained in:
zero 2007-02-15 07:17:17 +00:00
parent f06420b2f5
commit f43c4b6430
3 changed files with 14 additions and 3 deletions

View file

@ -30,6 +30,15 @@
$this->module_path = $path;
}
/**
* @brief redirect_url을 정함
*
* redirect_url의 경우 ajax로 request를 받았을 경우에 사용하면 ...
**/
function setRedirectUrl($url='./') {
$this->add('redirect_url', $url);
}
/**
* @brief 모듈의 정보 세팅
**/