mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@414 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b1bdf645d5
commit
ed284c98f2
8 changed files with 112 additions and 639 deletions
|
|
@ -1,21 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @class layout
|
||||
* @class plugin
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief layout 모듈의 high class
|
||||
* @brief plugin 모듈의 high class
|
||||
**/
|
||||
|
||||
class layout extends ModuleObject {
|
||||
class plugin extends ModuleObject {
|
||||
|
||||
/**
|
||||
* @brief 설치시 추가 작업이 필요할시 구현
|
||||
**/
|
||||
function moduleInstall() {
|
||||
// layout 에서 사용할 cache디렉토리 생성
|
||||
// plugin 에서 사용할 cache디렉토리 생성
|
||||
$directory_list = array(
|
||||
'./files',
|
||||
'./files/cache',
|
||||
'./files/cache/layout',
|
||||
'./files/cache/plugin',
|
||||
);
|
||||
|
||||
foreach($directory_list as $dir) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue