insertActionForward('blog', 'view', 'dispBlogAdminContent'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminBlogInfo'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminInsertBlog'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminDeleteBlog'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminSkinInfo'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminCategoryInfo'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminGrantInfo'); $oModuleController->insertActionForward('blog', 'controller', 'procBlogAdminUpdateSkinInfo'); return new Object(); } /** * @brief 설치가 이상이 없는지 체크하는 method **/ function moduleIsInstalled() { return new Object(); } /** * @brief 업데이트 실행 **/ function moduleUpdate() { return new Object(); } } ?>