数字化技能提升教程,数字化时代生存宝典

数字化百科 / 词条 / ThinkPHP-类库参考-View类

ThinkPHP-类库参考-View类

查看全部词条命名空间:Main

导航:返回上一页

  • assign(name,value=' ' ) 模板变量赋值
  • trace(name,value=' ' ) Trace变量赋值
  • get(name) 获取模板变量
  • display(templateFile=,charset=,contentType='text/html') 输出模板
  • fetch(templateFile=,charset=,contentType='text/html') 获取模板输出内容
  • buildHtml(htmlfile=,templateFile=,charset='',contentType='text/html ' ) 生成静态页面

参考资料

category:ThinkPHP