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
1141JN72201012.02.2003 00:00:0050 View Edit Remove
2141KT5257809.12.2003 00:00:0063843.55 View Edit Remove
3141MC4694609.07.2004 00:00:0035420.74 View Edit Remove
4141MF62960216.08.2004 00:00:0035420.74 View Edit Remove
5141NU62770617.05.2004 00:00:0026155 View Edit Remove
Search