Smarty - the compiling PHP template engine | ||
---|---|---|
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Chapter 12. Variables 第十二章 变量 |
下一篇教材 |
If set to true, config file values of on/true/yes and off/false/no get
converted to boolean values automatically. This way you can use the
values in the template like so: {if #foobar#} ... {/if}. If foobar was
on, true or yes, the {if} statement will execute. true by default.
如果该变量设为真,配置文件中的on/true/yes
和 off/false/no值会自动转化为布尔值.这样的话,你就可以在模板中像{if
#foobar#} ... {/if}这样使用这些值了.如果foobar为on, true 或 yes,那么 {if}语句就会执行了.默认情况下,该变量值为真.
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty中文手册的主目录 | 下一篇教材 |
$config_overwrite[配置覆盖变量] | 章节索引页 | [配置读取隐藏变量]$config_read_hidden |