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
11413HJ3268630.01.2004 00:00:00100NULL View Edit Remove
2141ID1096231.12.2004 00:00:0020 View Edit Remove
3141IN44625826.03.2005 00:00:0020 View Edit Remove
4141JE10547718.03.2005 00:00:001200 View Edit Remove
5141JN35528026.10.2003 00:00:001200 View Edit Remove
Search