codecamp

Smarty成员变量:$default_modifiers

$default_modifiers

这是一个包含修饰器名称的数组,这些修饰器将默认地对每个模板变量进行修饰操作。 例如我们对每个变量都进行HTML编码,可以用array('escape:"htmlall"')。 如果某个变量要避免这种默认的修饰操作,则需要加上“nofilter”的属性,例如{$var nofilter}

Smarty成员变量:$default_config_type
Smarty成员变量:$default_resource_type
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定