FOSCommentBundle
FOSCommentBundle copied to clipboard
retrieve many threads as one?
I have 3 admins. There are 3 pages in which you can view each admins thread.
What if i wanted a single page with a single thread having all comments of each admins thread?
Maybe: {% include 'FOSCommentBundle:Thread:async.html.twig' with {array(thread1.id ,thread2.id,thread3.id) } %}