Hi all.
I want to buy your library grid4php but I need to keep the history of record updates, Does your library do it? I’m interested on Premium license.BR.
1 Answers
Hello,
Apologies for the delay.
The audit trail function is not internally built-in but can be done easily using callback functions of insert, update and delete.
https://www.gridphp.com/support/questions/audit-trail/
Callback Events:
https://www.gridphp.com/docs/grid-events/
Another alternative is to have database triggers to manage this trail table.
Your Answer