Logs Minimal theme
All actions of a table are logged in this table
HIDE CODE
SHOW 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
Logs
| # | Table Name | Action | Updated By | ↓ Updated | Record Id | Data | Old Record | |
| 1 | group_6 | VIEW | | 08.06.2026 16:26:02 | 0 | IP:216.73.216.144 Viewed Page:group_6,
| | View |
| 2 | group_9 | VIEW | | 08.06.2026 16:26:02 | 0 | IP:216.73.216.144 Viewed Page:group_9,
| | View |
| 3 | name_and_tooltips | VIEW | | 08.06.2026 16:26:02 | 0 | IP:216.73.216.144 Viewed Page:name_and_tooltips,
| | View |
| 4 | readonly_logic | VIEW | | 08.06.2026 16:26:02 | 0 | IP:216.73.216.144 Viewed Page:readonly_logic,
| | View |
| 5 | group_4 | VIEW | | 08.06.2026 16:26:02 | 0 | IP:216.73.216.144 Viewed Page:group_4,
| | View |