I'm using Yii framework for one of the internal application. I have different levels of users like admin, super admin.
In my application, superadmin need to keep track of all admin user DB activity (insert, update and delete) and also they can able to rollback a particular activity(For ex: updating firstname of a customer. While rollback , old firstname sould be retained).
I did some research but i couldn't find a solution.
Thanks in advance.