Simple Table Loggings NEW Default theme
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 | |
---|---|---|---|---|---|
1 | 119 | lk | 08.08.2004 00:00:00 | 1 | View Edit Remove |
2 | 119 | NG94694 | 22.02.2005 00:00:00 | 1 | View Edit Remove |
3 | 1212 | DB889831ww | 16.02.2003 00:00:00 | 50218.95 | View Edit Remove |
4 | 121 | KI831359 | 04.11.2004 00:00:00 | 17876.32 | View Edit Remove |
5 | 121 | MA302151 | 28.11.2004 00:00:00 | 34638.14 | View Edit Remove |