Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 smarty 将一些 html 返回到我网站后端的文本框中。我已经在使用 smarty 来渲染后端本身。
最好的方法是什么?
我以通常的方式将单个数组分配给 smarty,但不确定如何返回模板。
使用 smarty 获取模板的内容:
$oSmartyObject->fetch('template.tpl');
它将使用分配的任何变量,您可以根据需要使用内容。