I'm using PHP (Yii-framework) and MySQL database on my site.
Users can post and edit some articles. How can I store every edit version like here in SO? (Like Wikipedia, this site is collaboratively edited, and all edits are tracked)
What sould I use and how? Database structure? Some libraries? What keywords should I use to google? :)
UPD. And how to display changes between revisions, like here in SO?
Thanks