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.
我正在使用(和学习)Symfony2 制作网站。在我的代码中,我总是需要进行 2 个查询并在侧边栏中显示它们的结果,就像这样:
Groups (251) PHP JS Java C++ ... Users (1542) user1 user2 userN ...
如何使用 Twig & Symfony2 制作它?我问放在哪里。我想过在模板中请求它,但我不知道该怎么做。抱歉英语不好。
嵌入控制器似乎是最合适的。