DEMO SITE v1.7.24

Logs Default 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

Export into CSV Print
Search
#Table NameActionUpdated By↓ UpdatedRecord IdDataOld RecordSys Role IdLog Type 
1modal_and_buttonsVIEW20.05.2024 16:58:580IP:3.138.135.80 Viewed Page:modal_and_buttons,… View
2group_1VIEW20.05.2024 16:58:580IP:3.138.135.80 Viewed Page:group_1,… View
3parsley_validationVIEW20.05.2024 16:58:580IP:3.138.135.80 Viewed Page:parsley_validation,… View
4edit_modal_nestedVIEW20.05.2024 16:58:580IP:3.138.135.80 Viewed Page:edit_modal_nested,… View
5labels_classesVIEW20.05.2024 16:58:580IP:3.138.135.80 Viewed Page:labels_classes,… View
?>