Dedecms template dede tags using PHP and if Judgment statement method

Source: Internet
Author: User

Let's take a look at the label below.
{Dede:field.tong_gg Php=yes}
if (@me = = "" | | Empty (@me))
@me = "<p> no </p>";
{/DEDE:FIELD.TONG_GG}
Note: @me: Is the value of the current field, you can assign a value to it in if, and then after the judgment ends its value becomes your assigned value, prints out
Here's a concrete approach:
Method One:
Use an If judgment statement, determine whether a field has something, there is output 1, no then 2, the following is the code load content page template
{dede:field.audio runphp= ' yes '}
if (@me <> ") @me =" Output this if there is something in the Audio field, support HTML code, and you can use @me in your code to invoke the Audio field value, but don't have double quotes. " ";
Else
@me = "If there is nothing in the audio field to output this, it also supports HTML code, and it is also possible to use @me in your code to invoke the Audio field value and not have double quotes." ";
{/dede:field.audio}
Audio is a field that you add yourself

Dedecms template dede tags using PHP and if Judgment statement method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.