Simple Table Loggings
All actions of a table are logged
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table("payments"); $xcrud->set_logging(true); $xcrud->limit(5); echo $xcrud->render(); ?>
Payments
# | Customernumber | Checknumber | Paymentdate | Amount | Test1 | |
---|---|---|---|---|---|---|
1 | 10364 | OM31496 | 16.07.2020 00:00:00 | 3 | View Edit Remove | |
2 | 103600 | OM31491 | 23.07.2020 00:00:00 | 3 | rus | View Edit Remove |
3 | 11310 | HQ5502 | 20.12.2001 00:00:00 | 40000 | View Edit Remove | |
4 | 112 | HQ55022 | 30.07.2020 00:00:00 | 40000 | View Edit Remove | |
5 | 113 | GG31455 | 16.05.2003 00:00:00 | 45870 | View Edit Remove |