如何让smarty的显示函数返回一个变量

Posted

技术标签:

【中文标题】如何让smarty的显示函数返回一个变量【英文标题】:how to make smarty's display function return to a variable 【发布时间】:2011-02-17 22:38:16 【问题描述】:

在 smarty 中是否有可能或有任何函数来呈现模板并返回结果?

例如:

$rendered_content = $smarty->render("content.html")

【问题讨论】:

【参考方案1】:

是的,有,

$rendered_content = $smarty->fetch("content.html");

【讨论】:

以上是关于如何让smarty的显示函数返回一个变量的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Smarty 修饰符函数中分配新变量?

smarty 内置函数

Smarty内置函数之capture

8. Smarty3:模版中的内置函数

强制 Smarty 显示 PHP 错误

smarty模板内容