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 | |
|---|---|---|---|---|---|
| 1 | 171 | GB878038hhh | 05.03.2004 06:37:25 | 28 | View Edit Remove |
| 2 | 17277 | 83-2091___ | 09.09.2004 00:34:00 | 28 | View Edit Remove |
| 3 | 172 | 20-8589___ | 20.04.2003 00:00:00 | 28 | View Edit Remove |
| 4 | 173 | GP545698 | 13.05.2004 00:00:00 | 28 | View Edit Remove |
| 5 | 173 | IG462397 | 29.03.2004 00:00:00 | 20355.24 | View Edit Remove |