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 | Test1 | |
|---|---|---|---|---|---|---|
| 1 | 141 | KT52578 | 09.12.2003 00:00:00 | 63843.55 | View Edit Remove | |
| 2 | 141 | MC46946 | 09.07.2004 00:00:00 | 35420.74 | View Edit Remove | |
| 3 | 141 | MF629602 | 16.08.2004 00:00:00 | 35420.74 | View Edit Remove | |
| 4 | 141 | NU627706 | 17.05.2004 00:00:00 | 26155 | View Edit Remove | |
| 5 | 144 | IR846303 | 12.12.2004 00:00:00 | 36005.71 | View Edit Remove |