Simple Table Loggings 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 | 124 | 13-1716___ | 15.08.2003 00:00:00 | 50000 | View Edit Remove |
2 | 124 | LF217299 | 26.03.2004 00:00:00 | 50000 | View Edit Remove |
3 | 124 | NT141748 | 25.11.2003 00:00:00 | 50000 | View Edit Remove |
4 | 128 | DI925118 | 28.01.2003 00:00:00 | 50000 | View Edit Remove |
5 | 128 | FA465482 | 18.10.2003 00:00:00 | 50000 | View Edit Remove |