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
1141JE105477225618.03.2005 11:00:00502 View Edit Remove
2141JN72201012.02.2003 00:00:0050 View Edit Remove
3141KT5257809.12.2003 00:00:0063843.55 View Edit Remove
4141MC4694609.07.2004 00:00:0035420.74 View Edit Remove
5141MF62960216.08.2004 00:00:0020009.53 View Edit Remove
Search