Home>Article>Backend Development> ThinkPHP template determines the usage of output Empty tag

ThinkPHP template determines the usage of output Empty tag

不言
不言 Original
2018-06-06 16:03:54 3029browse

This article mainly introduces the usage of the Empty tag in ThinkPHP template judgment output. Friends who need it can refer to

The empty tag of ThinkPHP template is used to judge whether the template variable is empty.

ThinkPHP template empty tag is used to determine whether the template variable is empty. Its function is equivalent to the empty() function behavior in PHP. The format of the empty tag is as follows:

要输出的内容

The specific usage is as shown in the following example:

username 为空值
      

This example is equivalent to:

If you judge a non-empty value, you can use the notempty tag, as follows Shown:

username 不为空

The two tags can be combined to write:

username 为空值username 不为空

##Related recommendations:

ThinkPHP Template variable output, custom functions and judgment statement usage

The above is the detailed content of ThinkPHP template determines the usage of output Empty tag. For more information, please follow other related articles on the PHP Chinese website!

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