What I usually do is add a custom column like "Number of Comments",
and I link that number to a custom filtered list of comments that
belong to this post.

Are you using Propel or Doctrine?

Daniel


On Jul 20, 9:27 am, Martin Henits <martin.hen...@gmail.com> wrote:
> I have 2 tables named blog_post and blog_post_comment.
>
> The blogPost module, lists all the blog posts. but it is needed to
> display a link to each blog post comments beside each post in the
> list.
>
> this can be done using object_actions. but the problem is if the user
> click on the link, she will see all the comments and not just the
> comments that are related to that post which she clicked on its action
> link.
>
> any clue?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to