需要 HABTM 逻辑
我有帖子、标签和 posts_tags 表。
我想在所有帖子的帖子中列出标签。例如
1 | Hello world | (hello,world,is,generic)
,获取所有帖子,然后在 posts_tags 上查看相关标签并将它们添加到帖子中。
那么我如何从标签表中获取与每个帖子相关的标签。
I have posts and tags and posts_tags tables.
I want to list tags in post on all posts. e.g
1 | Hello world | (hello,world,is,generic)
Getting all posts then watching on posts_tags for related tags and add them to posts.
So how can I get foreach post related tags, from tag table.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在帖子上查找时,它应该自动检索相关标签。除非您将递归属性设置为 0 或 -1。尝试增加递归的值
It should be retrieving related tags automatically when doing find on Posts. unless you have set the recursive property to 0 or -1. try increasing the value of recuresive