Symfony 1.4 中两个或多个应用程序的一个模板/布局

发布于 2024-10-16 23:37:32 字数 112 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

|煩躁 2024-10-23 23:37:33

看看这篇文章:

在 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!

爱她像谁 2024-10-23 23:37:32

我认为没有一种受支持的方法可以做到这一点,插件只能帮助您处理模块/模板,而不能帮助您处理布局。

您最好的选择是将一种布局符号链接/硬链接到另一种布局,因此您无需手动更新两者。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文