This topic is locked
[SOLVED]

 audit friendly page

4/18/2011 5:40:45 AM
PHPRunner General questions
R
Rigmantas author

Hi,

I want modify audit table: create a new column where i want store a key (id). Then i will can use it for detail page, where i can see information about edit history. What need to edit in files (maybe audit.php) that the ID would automatically inserted to the new column in audit table?

Thanks.

Rimantas

R
Rigmantas author 4/22/2011

Hi,

Maybe someone can share how to use the audit table to view data editing. I prefer the edited data in detail table "EDITS", where I can see what other users change.

Thank you. Happy Easter

Rimantas

Sergey Kornilov admin 4/22/2011

I guess you can add a new field to audit log table and store data in this field using OnAuditLog event: http://xlinesoft.com/phprunner/docs/before_audit_log.htm