将 smarty 模板返回到 html 文本框
我想使用 smarty 将一些 html 返回到网站后端的文本框。我已经在使用 smarty 来渲染后端本身。
最好的方法是什么?
我以通常的方式将单个数组分配给 smarty,但不确定如何返回模板。
I want to use smarty to return some html to a text box in the back end of my web site. I am already using smarty to render the backend itself.
Whats the best way to do this?
I'm assigning a single array to smarty in the usual way, but not sure how then to return the template.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 smarty 使用来获取模板的内容:
它将使用分配的任何变量,并且您可以根据需要使用内容。
To fetch the content of an template with smarty use:
It will use any variables assigned, and you can use the content as you wish.