如何在 JS 文件中使用 PHP(使用 Symfony)?
但我看到它已经内置到Symfony中使用 use_dynamic_javascript() AssetHelper。
但我找不到任何使用此助手的文档。 有任何示例、链接或任何有帮助的内容吗? 谢谢。
I found this:
http://www.symfony-zone.com/wordpress/2008/12/13/use-routing-to-server-localized-and-dynamic-javascript/
But I saw that it has already been built into Symfony with the use_dynamic_javascript() AssetHelper.
I can't find any documentation for using this helper though. Any examples, links, or anything to help? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最终使用 这个方法。
I ended up using this method.
也许这可以帮助:如何使用 use_dynamic_javascript 帮助程序
Maybe this can help: howto use use_dynamic_javascript helper