1
Hi!
These days I have more ideas than time to develop them, but I've been thinking this: It would be terribly useful to be able to audit XOOPS DB activity. Having this, you would be able to recover an old version of an article, check who modified what, etc.
The idea is:
· Store all INSERT and UPDATE queries in a table, accompanied by User ID and Date.
· Create an admin interface to navigate and search through all these operations.
The problem is that I want to find the cleanest way to do it, andI don't find any way to do it without modifying the DB class file. I don't know for sure, but I think PHP as nothing like Javascript listeners.
Suggestions? Ideas?