I'm using yii framework and I want to make an activity logging for every action that user do in my web. All of their activity will be saved to a table in database.
The things that will be recorded are:
- user ID
- table name (inserted, deleted, edited item)
- time_action
- activity (what did they do. ex: created project_name)
Please help. Thanks in advance.