DEMO SITE v1.7.26

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 Execution time: 0.008 sMemory usage: 0.11 MB
Search
#Table NameActionUpdated By↓ UpdatedRecord IdDataOld Record
Actions
1tabsVIEW08.06.2026 14:43:170IP:216.73.216.144 Viewed Page:tabs, Theme:default View
2logsVIEW08.06.2026 14:43:170IP:216.73.216.144 Viewed Page:logs,… View
3complex_panelsVIEW08.06.2026 14:43:170IP:216.73.216.144 Viewed Page:complex_panels,… View
4simple_with_loggingVIEW08.06.2026 14:43:160IP:216.73.216.144 Viewed… View
5edit_buttonsVIEW08.06.2026 14:43:160IP:216.73.216.144 Viewed Page:edit_buttons,… View
?>