duanmu2013 2010-10-13 16:22
浏览 65
已采纳

symfony:如何通过_partial执行操作

in my application, I have a menu which is a partial (_menu.php)

I need in my menu which is on the entire application, to have access to that :

$this->user = $this->getUser()->getGuardUser();
$this->unread = Doctrine::getTable('sfSocialMessageRcpt')->countUnreadMessages($this->user);

But how to create an action for my partial which is rendered in the entire application ?

Thanks

  • 写回答

1条回答 默认 最新

  • dpj96988 2010-10-13 16:54
    关注

    ok, i used components instead. it fixed my problem

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?