클래스 컨트롤러{ # 컨트롤러 기본 클래스
public function show(){ # 보기 페이지 로드
require "./App/".PLATFORM."/View/".ControlLER."/".ACTION.".php ";
}
老铁们,稳!
위 코드를 사용하면 모델 레이어 데이터가 무효화되므로 수정했습니다.
모델에 다음 코드를 입력합니다.
class Model{
# 보기 페이지 로드
public 함수 show() {
return "./App/".PLATFORM."/View/".ControlLER."/".ACTION.".php";
call
$ind = new IndexModel() ;
$ind->show();
위 코드를 사용하면 모델 레이어 데이터가 무효화되므로 수정했습니다.
모델에 다음 코드를 입력합니다.
class Model{
# 보기 페이지 로드
public 함수 show() {
return "./App/".PLATFORM."/View/".ControlLER."/".ACTION.".php";
}
}
call
$ind = new IndexModel() ;
$ind->show();
필요