Forums / Setup & design / Subscription task
Andrew Vorobyov
Wednesday 26 July 2006 5:20:34 pm
How is the best way to implement subscription mechanism in EZ?I have users, they post news, other users subscribe to threads.
Thnx
Andrey Astakhov
Thursday 27 July 2006 12:30:06 am
Hi, Andrew.I think you should read about ez notifications: http://ez.no/doc/ez_publish/technical_manual/3_8/features/notifications
Thursday 27 July 2006 1:09:22 am
Sorry, doesn't help for me.
I need to know how to store connections between 2 objects in EZ and make selection in future.
Something like
======================== | User_Id | Subscribed_News_Id| ======================== | 1 | 2 | | 156 | 22 || 13 | 156 |