我有AcmeBlogBundle:BlogPost实体并使用FOSCommentBundle对其进行评论。一切正常,我只是这样做:
{%
include 'FOSCommentBundle:Thread:async.html.twig'
with {'id': 'blogpost' ~ blogpost.id}
%}
今天我想通知AcmeBlogBundle:BlogPost所有者关于他的帖子的新评论。 这样做的最佳方式是什么?
依此类推,等等......
对不起我的英语,解决问题的最佳方法是什么?
UPD1:我向https://github.com/FriendsOfSymfony/FOSCommentBundle/issues/367提出了重复问题。
答案 0 :(得分:1)
抱歉,我没有时间,今天我的脏黑客解决方案是https://gist.github.com/krasun/5599548。明天,我会开始赏金。
答案 1 :(得分:1)
Here is an example关于如何将事件调度程序与FOSCommentBundle一起使用。