gpt4 book ai didi

PHP/MySQL 将电影分组为章节

转载 作者:行者123 更新时间:2023-11-30 00:19:56 26 4
gpt4 key购买 nike

我有一系列关于某个主题的电影。我将它们存储在数据库的表中:

ID Title 

1 Intorduction to anger management
2 The emotional life
3 What is anger
4 Why anger is important
5 Noticing anger
6 Using an anger meter
7 The aggression cycle

我想在网站上显示此列表,但为了使其更友好,我想像这样呈现它的章节:

1. Introduction
1.1 Introduction to anger management
2. Anger is important
2.1 The emotional life
2.2 What is anger
2.3 Why anger is important
3. Basic awareness
3.1 Noticing anger
3.2 Using an anger meter
3.3 The aggression cycle

所以基本上我想将电影分成章节并为章节命名。另外,如果我能有一些权力来决定章节中电影的顺序,那就太好了(稍后我可能想添加一部我想出现在章节中现有电影之间的电影)。在 PHP/MySQL 中解决这个问题的最佳想法是什么?

谢谢,阿尔伯特

最佳答案

您可以向电影表添加其他字段,例如 ChapterId,您将在其中存储章节 ID,以及包含 ChapterID 及其名称的附加表。

之后,您可以轻松地在 PHP 中构建与通过此表中 SELECT 结果的正常循环显示的完全相同的多级列表。

关于PHP/MySQL 将电影分组为章节,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23322035/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com