Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的新 SF2 项目中,我必须在所有视图中包含一个实体列表,因为此列表用于我的布局。
如果不在我的所有控制器中编写查询选择并将其提供给我的视图,我该如何做到这一点?
不知道,这是否是最好的解决方案,但您可以为此创建一个动作并在您的布局中
{% render "AcmeBundle:AcmeController:list" %}
http://symfony.com/doc/master/book/templating.html#embedding-controllers