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 中的视图访问用户信息(安全上下文)。使用 PHP,而不是树枝模板。
提前致谢。
如文档的全局模板变量部分所述,您可以访问模板中的当前用户(使用全局变量),如下所示,app
app
使用 PHP,
<?php $app->getUser() ?>
使用树枝,
{{ app.user }}