匹配 smarty 语法的 javascript 模板引擎
我正在寻找一个与 smarty 语法相匹配的客户端 JavaScript 模板引擎。我们可能会使用 jQuery。由于我们有很多遗留的 smarty 模板,我正在寻找一个可以使用旧模板提供的引擎。最低限度是具有相同的占位符语法,但越接近越好。
I am looking for a client-side javascript templating engine that matches the smarty syntax. We will probably use jQuery with it. Since we have a lot of legacy smarty templates, I am looking for an engine that we can feed with the old templates. The minimum would be to have the same placeholder syntax, but the closer the better.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JavaScript 中有一个 Smarty 实现:
https://github.com/balupton/jquery-smarty
There is a Smarty implementation in JavaScript:
https://github.com/balupton/jquery-smarty
PHP Smarty 到 JScript 的免费开源端口:http://code.google.com/p/ jsmart/
Free and open-source port of PHP Smarty to JScript: http://code.google.com/p/jsmart/