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
1141KT5257809.12.2003 00:00:0063843.55 View Edit Remove
2141MC4694609.07.2004 00:00:0035420.74 View Edit Remove
3141MF62960216.08.2004 00:00:0035420.74 View Edit Remove
4141NU62770617.05.2004 00:00:0026155 View Edit Remove
5144IR84630312.12.2004 00:00:0036005.71 View Edit Remove
Search