
Mateo Tibaquirá - 2014-05-30 22:26:59
I would like to know if there's a good example out there of how to implement a notifications system that mark the items as read after the user saw them, like facebook, being able to know how many new notifications are available.
I'm interested on a scalable data structure here to implement it on my symfony 2 app, just need a good example out there.
Thanks in advance!