Smarty - the compiling PHP template engine | ||
---|---|---|
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Chapter 5. Variable Modifiers | 下一篇教材 |
Parameter Position | Type | Required | Default | Description |
---|---|---|---|---|
1 | string | No | empty | This is the default value to output if the
variable is empty. 这是变量为空的时候的默认输出。 |
This is used to set a default value for a variable. If the variable
is empty or unset, the given default value is printed instead.
Default takes one argument.
为空变量设置一个默认值。
当变量为空或者未分配的时候,将由给定的默认值替代输出。
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty教材 主目录 | 下一篇教材 |
date_format | 章节索引页 | escape |