需要 HABTM 逻辑

发布于 2024-10-28 02:38:08 字数 207 浏览 1 评论 0原文

我有帖子、标签和 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸 2024-11-04 02:38:08

在帖子上查找时,它应该自动检索相关标签。除非您将递归属性设置为 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文