Symfony2 - 在 PHP 模板中使用 CSS 资源
我已经使用以下方式安装了我的资产:
php app/console assets:install web/
并且公共资源已毫无问题地移至 Web 文件夹。
我现在想从我的 php 视图脚本访问这些资源,但只能找到 twig 示例。谁能告诉我如何
<link rel="stylesheet" href="{{ asset('bundles/acmedemo/css/demo.css') }}" type="text/css" media="all" />
在 php 视图脚本中完成这个...?
谢谢!
I have installed my assets using:
php app/console assets:install web/
and the public resources have been moved to the web folder without problems.
I now want to access these assets from my php view scripts, but can only find twig examples. Can anyone show me how to accomplish this....
<link rel="stylesheet" href="{{ asset('bundles/acmedemo/css/demo.css') }}" type="text/css" media="all" />
in a php view script??
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)