DEMO SITE v1.7.20

Logs NEW Bootstrap theme

All actions of a table are logged in this table

HIDE CODE
<?php	
	$xcrud2 = Xcrud::get_instance();	
	$xcrud2->table("logs");
	$xcrud2->limit(5);
	$xcrud2->unset_remove();
	$xcrud2->unset_add();
	$xcrud2->unset_edit();
	$xcrud2->order_by('updated','desc');
	echo $xcrud2->render();		
?>

Logs

#Table NameActionUpdated By↓ UpdatedRecord IdDataOld Record 
1employeesUPDATE30.09.2023 13:59:551720UPDATE `employees` AS `employees` SET…1720 | 234 | this is a long long text | c564 |… View
2paymentsUPDATE30.09.2023 13:59:47115UPDATE `payments` AS `payments` SET…115 | 209 | PH785937 | 2004-05-04 00:00:00 |… View
3paymentsUPDATE30.09.2023 11:42:36119UPDATE `payments` AS `payments` SET…119 | 216 | MM342086 | 2003-12-14 00:00:00 |… View
4paymentsUPDATE30.09.2023 11:42:30119UPDATE `payments` AS `payments` SET…119 | 216 | MM342086 | 2003-12-14 00:00:00 |… View
5paymentsUPDATE29.09.2023 09:57:40112UPDATE `payments` AS `payments` SET…112 | 123456789 | LL562733 | 2003-09-05 00:00:00… View
Search