Simple Table Loggings 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 | 158 | 12-123456_ | 19.11.2004 00:00:00 | 7 | View Edit Remove |
| 2 | 161 | BR3523847 | 14.11.2004 16:00:37 | 7 | View Edit Remove |
| 3 | 161 | BR478494 | 18.11.2003 00:00:00 | 7 | View Edit Remove |
| 4 | 161 | KG644125 | 02.02.2005 00:00:00 | 12692.1955 | View Edit Remove |
| 5 | 161 | NI908214 | 05.08.2003 00:00:00 | 12692.1955 | View Edit Remove |