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 | 8768 | United Kingdom | 01.11.2004 00:00:23 | 26 | tester3 | View Edit Remove |
2 | 141 | DL460618 | 19.05.2005 00:00:00 | 20 | 123123 | View Edit Remove |
3 | 1413 | HJ32686 | 30.01.2004 00:00:00 | 20 | NULL | View Edit Remove |
4 | 141 | ID10962 | 31.12.2004 00:00:00 | 20 | View Edit Remove | |
5 | 141 | IN446258 | 26.03.2005 00:00:00 | 20 | View Edit Remove |