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 Name | Action | Updated By | ↓ Updated | Record Id | Data | Old Record | Sys Role Id | |
---|---|---|---|---|---|---|---|---|---|
1 | simple_with_logging | VIEW | 22.10.2025 21:06:53 | 0 | IP:123.21.112.138 Viewed | View | |||
2 | simple_transpose | VIEW | 22.10.2025 21:05:25 | 0 | IP:216.73.216.183 Viewed Page:simple_transpose, | View | |||
3 | inline_editing_4 | VIEW | 22.10.2025 21:04:34 | 0 | IP:216.73.216.183 Viewed Page:inline_editing_4, | View | |||
4 | action' | VIEW | 22.10.2025 21:02:07 | 0 | IP:54.218.81.185 Viewed Page:action', | View | |||
5 | action | VIEW | 22.10.2025 21:02:06 | 0 | IP:54.218.81.185 Viewed Page:action, | View |
?>