Hello to all the pros out,
在学校开展一个项目,由用户向我的网站播送一门录像(与你管连接)。
录像片的特性之一是“激光名称”。
请允许我说,我有数量不详的内容提用人(卡造物名称)。 用户可以订阅特定(一个或多个)内容制作人。
用户可在专用网页上看到其订阅清单(代号)和每个造物人名下见最近大利放下录像清单。
与此类似:
Some Name:
Video link 1
Video link 2
Some other name:
Video link 1
Video link 2
i 正在使用数据库,有这些表格:
- UserSubscription(User_ID,Creator_ID)
- VideoDetails(Video_ID, Video_Name, Creator_ID)
- Creator(Creator_ID,Creator_Name)
i would like only the general idea/approach to this problem. thank you very much
智慧