效法TP5 Controller中 的$this->show()
RiVol
RiVol 2018-03-07 00:00:03
0
2
1439

class Controller{     # 控制器基底類別

##      public function show(){       # 載入檢視頁面 

   View ."/".ACTION.".php";

     }

}


#

RiVol
RiVol

老铁们,稳!

全部回覆(1)
右耳

以上程式碼用了之後會導致Model層資料失效,所以修改了一下:

將以下程式碼放入Model中:

class Model{

## 載入檢視頁面 

public function show(){

    return "./App/".PLATFORM."/View/".CONTROLLER."/".ACTION.". php";

}

}

呼叫

$ind = new IndexModel();


##################################### require $ind->show();#############
  • 回覆 歡迎各位大神指正
    RiVol 作者 2018-03-07 00:30:18
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板