blog module make categories cache file by php

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3479 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 07:37:37 +00:00
parent 3fb36cfb3e
commit 8995cae0cc
8 changed files with 85 additions and 12 deletions

View file

@ -45,6 +45,7 @@
// 카테고리 xml 파일 위치 지정
$this->module_info->category_xml_file = getUrl().$oDocumentModel->getCategoryXmlFile($this->module_info->module_srl);
$this->module_info->category_php_file = $oDocumentModel->getCategoryPhpFile($this->module_info->module_srl);
// 메뉴 등록시 메뉴 정보를 구해옴
if($this->module_info->menu) {