DEMO SITE v1.7.24

Simple Table Loggings Bootstrap 4.5 theme

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 
1124AE21543305.03.2005 00:00:00101244.59 View Edit Remove
2124BG25540628.08.2004 00:00:0085410.87 View Edit Remove
3124ET6439616.04.2005 00:00:0083598.04 View Edit Remove
4124HI36647427.12.2004 00:00:0047142.7 View Edit Remove
5124HR8657802.11.2004 00:00:0055639.66 View Edit Remove
Search