开发者

How can I access a variable defined in the parent template in PHP smarty?

I have a main template which includes a lot of others. How can I access a variable defined in the parent template from the included ones 开发者_运维问答in PHP smarty?


You can pass parameter to children template when you include them.

Example :

{include file='children.tpl' somevar=$somevar}

In your children template, somevar will now be accessible.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜