Simple Table Loggings Bootstrap 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 | 129 | ID449593 | 11.12.2003 00:00:00 | 200 | View Edit Remove |
2 | 131 | CL442705 | 12.03.2003 00:00:00 | 200 | View Edit Remove |
3 | 131 | MA724562 | 02.12.2004 00:00:00 | 160 | View Edit Remove |
4 | 131 | NB445135 | 11.09.2004 00:00:00 | 160 | View Edit Remove |
5 | 141 | AU364101 | 19.07.2003 00:00:00 | 160 | View Edit Remove |