Home CMS Tutorial DEDECMS What is the dede:php tag?

What is the dede:php tag?

Nov 15, 2019 am 10:32 AM
dede

What is the dede:php tag?

dede:php标签是什么?

dede:php标签简介

dede的标签虽然强大,但是很多功能还是无法很好的实现。此时可以使用其PHP标签,即在模板中写PHP语句来得到任何自己想要的东西。

标签名称:{dede:php} {/dede:php}

举2个小例子来证明其可以做任何事情:

1.输出1-100

{dede:php}
for($i=0;$i<100;$i++){
    echo $i.&#39;&#39;;
}
{/dede:php}
Copy after login

2.输出当前页面所在的顶级栏目名称

{dede:php}
if($refObj->Fields[&#39;reid&#39;]==0){
echo $refObj->Fields[&#39;title&#39;];
}else{
$reid = $refObj->Fields[&#39;reid&#39;];
$row=$dsql->GetOne(&#39;SELECT id,reid,typename from jifu_arctype where id = &#39;.$reid);
echo $row[&#39;typename&#39;];
}
{/dede:php}
Copy after login

The above is the detailed content of What is the dede:php tag?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1269
29
C# Tutorial
1248
24