Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 php 中创建了一个 cms,我们需要像在 wordpress 中一样集成父级和订单功能。我们如何做到这一点?非常感谢您的帮助。http://i.stack.imgur.com/zK5Na.jpg
将两个新字段添加到名为的数据库表parent_id中,如果父项在其自身中,则在order其中保存父项的 id,然后添加为 parent_id 以标识当前记录是父项。parent_id0
parent_id
order
0
现在为order字段添加整数值,以便您可以跟踪将显示哪个订单页面或记录。