0
こんにちは、私はこの問題を解決するにはどうすればよいの例では、Smartyの連結文字列を取得するには、別の変数
# Variable one
filter_var = "The value to get"
name = "var"
# now I want to retrieve the value of filter_var. What I was thinking is something like this
{{ "filter_".name }} # assuming "name" variable has dynamic content
を下回っていると言う別の変数letの値を取得するために、変数に文字列をCONCATたいですか?
編集:
別のサンプルでは、
traduction.Product = "the value"
categorie = "Product"
# Now I'm trying to output the value in a div tag
<div>{{ traduction.{{categorie}} }}</div>
を下回っているが、私は期待の名前または番号のエラーを取得しています。