Simple Table Loggings NEW Bootstrap 4.5 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 | 209 | PH785937 | 04.05.2004 00:00:00 | 36069.26 | View Edit Remove |
2 | 211 | BJ535230 | 09.12.2003 00:00:00 | 45480.79 | View Edit Remove |
3 | 216 | MM342086 | 14.12.2003 00:00:00 | 40473.86 | View Edit Remove |
4 | 219 | BN17870 | 02.03.2005 00:00:00 | 3452.75 | View Edit Remove |
5 | 219 | BR941480 | 18.10.2003 00:00:00 | 4465.85 | View Edit Remove |