本教材限于PHP7以上的环境使用
模板操作部分
1、加载模板文件
Poscms\Service::V()->display('test.html');
2、传递模板变量
Poscms\Service::V()->assign('files', 'test.html');
文档最后更新时间:2018-10-30 00:52:12
本教材限于PHP7以上的环境使用
模板操作部分
1、加载模板文件
Poscms\Service::V()->display('test.html');
2、传递模板变量
Poscms\Service::V()->assign('files', 'test.html');