mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
캐시파일 재생성시 개발 관련 디버그 파일도 지우도록 코드 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5207 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2395c36ae9
commit
51adeb74f3
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,12 @@
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
$module_list = $oModuleModel->getModuleList();
|
$module_list = $oModuleModel->getModuleList();
|
||||||
|
|
||||||
|
// 개발 디버그 파일들 제거
|
||||||
|
FileHandler::removeFile(_XE_PATH_.'files/_debug_message.php');
|
||||||
|
FileHandler::removeFile(_XE_PATH_.'files/_debug_db_query.php');
|
||||||
|
FileHandler::removeFile(_XE_PATH_.'files/_db_slow_query.php');
|
||||||
|
|
||||||
|
// 각 모듈마다 돌면서 캐시 파일 제거
|
||||||
foreach($module_list as $module) {
|
foreach($module_list as $module) {
|
||||||
$oModule = null;
|
$oModule = null;
|
||||||
$oModule = &getClass($module->module);
|
$oModule = &getClass($module->module);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue