What is the dede:php tag?
dede
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.''; } {/dede:php}
Copy after login
2.输出当前页面所在的顶级栏目名称
{dede:php} if($refObj->Fields['reid']==0){ echo $refObj->Fields['title']; }else{ $reid = $refObj->Fields['reid']; $row=$dsql->GetOne('SELECT id,reid,typename from jifu_arctype where id = '.$reid); echo $row['typename']; } {/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
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article
Roblox: Grow A Garden - Complete Mutation Guide
3 weeks ago
By DDD
Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
How to fix KB5055612 fails to install in Windows 10?
3 weeks ago
By DDD
Blue Prince: How To Get To The Basement
1 months ago
By DDD
Nordhold: Fusion System, Explained
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics
Java Tutorial
1664
14


CakePHP Tutorial
1423
52


Laravel Tutorial
1318
25


PHP Tutorial
1269
29


C# Tutorial
1248
24

