Home >Backend Development >PHP Tutorial > thinkphp判断是不是有数据

thinkphp判断是不是有数据

WBOY
WBOYOriginal
2016-06-13 13:17:251112browse

thinkphp判断是否有数据

可以使用empty标签判断模板变量是否为空,

empty标签和notempty标签
闭合 非闭合标签
属性 name(必须):变量名
配合 可以结合else标签一起使用
用法:
  1.  name="name">name为空值

如果判断没有赋值,可以使用:
  1.  name="name">name不为空

可以把上面两个标签合并成为:
  1.  name="name">name为空 /> name不为空


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn