What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
Table of Contents
List of Examples
php.ini
文件
{block}
例子
{block}
例子
{block}
例子
{$smarty.block.child}
例子
{$smarty.block.parent}
例子
{for}
循环
max
属性
{forelse}
的执行
{foreach}
循环
key
变量的例子
item
和 key
来嵌套使用{foreach}
index
例子
iteration
例子: is div by
iteration
例子: is even/odd by
first
例子
last
例子
show
例子
total
例子
{break}
例子
{continue}
例子
loop
属性的演示例子
index
属性
index
, index_next
和 index_prev
属性
iteration
属性
first
和 last
loop
show
属性
total
例子
options
属性
values
和 ouptut
extends:
来进行模板继承