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

This commit is contained in:
zero 2007-03-14 06:55:42 +00:00
parent b1bdf645d5
commit ed284c98f2
8 changed files with 112 additions and 639 deletions

View file

@ -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) {