class coreViewAdmin extends coreFrameworkView { function construct() { parent::construct(); } function index() { $get = $this->GVar->fget; $post = $this->GVar->fpost; $data = $this->model->modelName(); //中間區(qū) $this->tmp->assign("data",$data); $this->dp("admin/index"); }
}
更多建議: