运用视图模板

2024-01-25 14:20 小编
\Phpcmf\Service::V()->assign([
    'test_var' => '这是一个变量',
]);
\Phpcmf\Service::V()->display('test.html');

上面代码是将变量赋值给模板输出,那么我们输出的模板是test.html

1、前端控制器模板文件

/template/pc或mobile/default/home/应用目录/test.html

2、用户控制器模板文件

/template/pc或mobile/default/member/应用目录/test.html

3、后台控制器模板文件

/dayrui/App/应用目录/Views/test.html

4、指定任意目录作为引用模板文件

\Phpcmf\Service::V()->set_dir('/www/www2/');
\Phpcmf\Service::V()->display('test.html'); //调用模板为:/www/www2/test.html


Tag: 模板
在线咨询 拨打电话

电话

13363039260

微信二维码

微信二维码