Smarty3——从配置文件获取的变量

Posted 叫我大头

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Smarty3——从配置文件获取的变量相关的知识,希望对你有一定的参考价值。

再使用配置变量前要 引入配置变量即:{$config_load file=‘file_path’}$marty3中可以从配置文件中 用 # 号包起来引用配置文件中的变量({#config_var_name#}),或者通过Smarty变量 $smarty.config.config_var_name 访问,


smarty.config:
article_title = ‘this is the  varurable ofsmarty  use method‘
article_bgcolor = #eee;
article_font_size = 50px;

config_var.tpl:
{config_load file="smarty.config"}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>{#article_title#}</title>
</head>
<body>
   <div style="background:{#article_bgcolor#};font-size:{$smarty.config.article_font_size};"> testing the var of smarty </div>
</body>
</html>

以上是关于Smarty3——从配置文件获取的变量的主要内容,如果未能解决你的问题,请参考以下文章

Smarty3——复合变量修饰器输

如何从片段获取数据到另一个活动? (不是容器活动)[重复]

如何从设置中获取数据并发送到此片段

如何从URL获取片段标识符(hash#之后的值)?

常用python日期日志获取内容循环的代码片段

从 Relay 中的动态组件获取片段