Symfony 1.4 中两个或多个应用程序的一个模板/布局
我正在使用 symfony 1.4.8。
有没有一种方法可以为两个或多个应用程序创建一个通用模板/布局?
这在 Symfony 中可能吗?
谢谢你的帮助。 红风暴
I'm working with symfony 1.4.8.
Is there a way to create one general template/layout for two or more applications?
Is this even possible in Symfony?
Thanks for helping.
Redstorm
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这篇文章:
在 symfony 中跨应用程序共享布局< /a>
我遇到了同样的问题,这就是我发现更像 symfony 和干净的问题。希望您仍然可以使用它!
Take a look at this article:
Sharing layouts cross-application in symfony
I ran into the same question and that's the one I found more symfony-like and clean. Hope you can still use it!
我认为没有一种受支持的方法可以做到这一点,插件只能帮助您处理模块/模板,而不能帮助您处理布局。
您最好的选择是将一种布局符号链接/硬链接到另一种布局,因此您无需手动更新两者。
I don't think there's a supported way to do that, plugins can only help you with modules/templates, not with the layout.
Your best option is to symlink/hardlink one layout to the other, so you don't need to update both manually.