mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 22:42:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@440 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6c66636dc9
commit
b1a8c6406f
8 changed files with 69 additions and 85 deletions
|
|
@ -13,5 +13,20 @@
|
|||
function init() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 플러그인의 생성된 코드를 return
|
||||
**/
|
||||
function procGenerateCode() {
|
||||
// 변수 정리
|
||||
//$vars = Context::getRequestVars();
|
||||
unset($vars->module);
|
||||
unset($vars->act);
|
||||
unset($vars->selected_plugin);
|
||||
if($vars) foreach($vars as $key=>$val) $vars->{$key} = str_replace(array('"','\''),array('\"','\\\''),$val);
|
||||
|
||||
// 코드 출력
|
||||
$this->add('plugin_code', 'hahaha');
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue