는 사용 GREP은 찾을 곳
$ grep -r 'welcome.pstpl' *
application/controllers/admin/templates.php: 'welcome.pstpl',
application/controllers/admin/templates.php: 'welcome.pstpl',
application/helpers/frontend_helper.php: echo templatereplace(file_get_contents($sTemplateViewPath."welcome.pstpl"),array(),$redata,'frontend_helper[2762]')."\n";
application/helpers/SurveyRuntimeHelper.php: echo templatereplace(file_get_contents($sTemplateViewPath."welcome.pstpl"), array(), $redata) . "\n";
application/config/internal.php: 'excludeFiles' => array("config.xml", "assessment.pstpl", "clearall.pstpl", "completed.pstpl", "endgroup.pstpl", "endpage.pstpl", "groupdescription.pstpl", "load.pstpl", "navigator.pstpl", "printanswers.pstpl", "print_group.pstpl", "print_question.pstpl", "print_survey.pstpl", "privacy.pstpl", "question.pstpl", "register.pstpl", "save.pstpl", "startgroup.pstpl", "startpage.pstpl", "surveylist.pstpl", "survey.pstpl", "welcome.pstpl"),
다음 : 공공 뷰에 대한 응용 프로그램/헬퍼/SurveyRuntimeHelper.php 및 응용 프로그램/헬퍼/frontend_helper.php있다.
다음에 물어볼 필요가 없지만 grep을 사용하십시오.