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

#CustomernumberChecknumberPaymentdateAmountTest1
Actions
18768United Kingdom01.11.2004 00:00:2326tester3 View Edit Remove
2141DL46061819.05.2005 00:00:0020123123 View Edit Remove
31413HJ3268630.01.2004 00:00:0020NULL View Edit Remove
4141ID1096231.12.2004 00:00:0020 View Edit Remove
5141IN44625826.03.2005 00:00:0020 View Edit Remove
Search