Home > Backend Development > PHP Tutorial > smarty内置函数{loteral}、{ldelim}和{rdelim}用法实例_PHP

smarty内置函数{loteral}、{ldelim}和{rdelim}用法实例_PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-31 13:17:08
Original
770 people have browsed it

本文实例讲述了smarty内置函数{loteral}、{ldelim}和{rdelim}用法。分享给大家供大家参考。具体如下:

{ldelim}和{rdelim}分别是smarty标识的左分隔符和右分隔符。如下面的javascript代码可以这么使用。

模板文件temp.htm如下:

代码如下:


aaaa


{literal}内容区域{/liteal},可以将“内容区域”按原样输出,而smarty不会对其解析。如上面的代码可改成:

代码如下:


aaaa

希望本文所述对大家的php程序设计有所帮助。

Related labels:
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
Latest Issues
smarty turns on caching garbled characters
From 1970-01-01 08:00:00
0
0
0
Why does tp use smarty template? ?
From 1970-01-01 08:00:00
0
0
0
How do you use smarty to integrate laravel5?
From 1970-01-01 08:00:00
0
0
0
Two ways to install smarty
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template