01-23-2016, 08:29 PM
Sure.
It provides for storing a record of user/admin actions. Whenever there is a database write (eg updateDisplayName() in admin_user.php), we can write an audit record.
Use case, I see it as core functionality for any web app.
It provides for storing a record of user/admin actions. Whenever there is a database write (eg updateDisplayName() in admin_user.php), we can write an audit record.
Use case, I see it as core functionality for any web app.