在smarty中访问静态变量

时间:2013-04-17 07:38:42

标签: php smarty

我上课了谢尔顿

Class sheldon
{
  public static $text = 1
}

在smarty中我试图像

那样访问这个变量
~$sheldon::$text`

但它无效,它给我错误“语法错误:无法识别的标签:”

我该怎么做才能解决这个问题?

1 个答案:

答案 0 :(得分:0)

{assign var=foo value=sheldon::$text}
{$foo}