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 | 1413 | HJ32686 | 30.01.2004 00:00:00 | 100 | NULL | View Edit Remove |
2 | 141 | ID10962 | 31.12.2004 00:00:00 | 20 | View Edit Remove | |
3 | 141 | IN446258 | 26.03.2005 00:00:00 | 20 | View Edit Remove | |
4 | 141 | JE105477 | 18.03.2005 00:00:00 | 1200 | View Edit Remove | |
5 | 141 | JN355280 | 26.10.2003 00:00:00 | 1200 | View Edit Remove |