insertActionForward('counter', 'view', 'dispCounterAdminIndex'); $oCounterController = &getController('counter'); // 0 일자로 기록될 전체 방문 기록 row 추가 $oCounterController->insertTotalStatus(); // 오늘자 row입력 $oCounterController->insertTodayStatus(); return new Object(); } /** * @brief 설치가 이상이 없는지 체크하는 method **/ function checkUpdate() { return false; } /** * @brief 업데이트 실행 **/ function moduleUpdate() { return new Object(); } /** * @brief 캐시 파일 재생성 **/ function recompileCache() { } } ?>