$tVar
$tVar : \Think\tVar
模板输出变量
ThinkPHP 视图类
display(string $templateFile = '', string $charset = '', string $contentType = '', string $content = '', string $prefix = '') : mixed
加载模板和页面输出 可以返回输出内容
string | $templateFile | 模板文件名 |
string | $charset | 模板输出字符集 |
string | $contentType | 输出类型 |
string | $content | 模板输出内容 |
string | $prefix | 模板缓存前缀 |
theme(mixed $theme) : \Think\View
设置当前输出的模板主题
mixed | $theme | 主题名称 |