分层类别结构中的重新排序
我有一个类别表,使用带有左右字段的分层结构。
如果我想对两个字段重新排序,该怎么办以及如何管理左右字段值?
I have a category table that use Hierarchical structure with right and left field.
What should I do if I want to reorder two fields and how should I manage left and right field values?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您使用的是左和右,因此您可能将其建模为嵌套集。 这个关于嵌套集的问题的最佳答案有一个很好的移动节点的方法。
Since you're using left and right, you're probably modelling this as a Nested Set. The top answer to this question about nested sets has a nice method for moving nodes.