How to keep history of record updates in MySQL?
- by Proxium
I have to create a code in PHP that will allow me to keep the history of record updates in MySQL database so I can find by date an old revision.
Here is the example of what I actualy want to achive:
http://en.wikipedia.org/w/index.php?title=Tunisia&action=history
The data are mostly Numbers that we record about the company for generating reports and to extract indices.
I plan to use codeigniter for it's simplicity and I'm looking for idea about a framework or an opensource project that use the same approche to keep history of modifications in the database.