mobile addon 개선. 게시판/페이지 wap class 제작. module별 wap interface 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5283 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-08 05:50:21 +00:00
parent 8486f9b132
commit 01839ccf3b
17 changed files with 507 additions and 204 deletions

View file

@ -147,6 +147,15 @@
return getModule($module_name, 'api');
}
/**
* @brief module의 wap 객체 생성용
* @param module_name 모듈이름
* @return module wap class instance
**/
function &getWAP($module_name) {
return getModule($module_name, 'wap');
}
/**
* @brief module의 상위 class 객체 생성용
* @param module_name 모듈이름