早上好 作为 symfony 的新手,你对我帮助很大,我衷心感谢你
在我的 sucess.html.php 中,我得到了会话变量
$var=$app->getSession()->get('id');
//Now iam checking whether the variable is set or not
if(!isset($var))
{
//here i need to call to a controller for a particular action
}
我用了echo $view['actions']->render('RepairLoginBundle:Login:login');
它显示我找不到登录的路线:登录