I have several questions and I hope you guys could help me out. For the record, I'm developing a web application using PHP, CodeIgniter MVC, MySQL, etc.
- Can I use MySQL triggers to create notifications? Is it the best way or practice in creating such a feature?
- What does "polling" the database actually mean?
- What is the best way to mark a certain notification "read" or "seen"? Is it right after a web page showing the notification has been loaded?