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 中开发一个订阅用户模块,用户将在其中获得有关订阅用户活动的所有通知。
创建 Subscriptions,UserSubscriptions表,你已经有了Users表(我假设)。
将所有通知名称插入您要发送的Subscriptions表中, UserSubscriptions表将具有UserId和SubscriptionId。