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 | Log Type | |
---|---|---|---|---|---|---|---|---|---|---|
1 | grid_tricks | VIEW | 21.11.2024 14:52:59 | 0 | IP:66.249.66.79 Viewed Page:grid_tricks, | View | ||||
2 | simple_dashboard | VIEW | 21.11.2024 14:52:23 | 0 | IP:3.142.131.51 Viewed Page:simple_dashboard, | View | ||||
3 | dependent_dropdowns | VIEW | 21.11.2024 14:52:16 | 0 | IP:3.138.32.53 Viewed Page:dependent_dropdowns, | View | ||||
4 | fk_relation | VIEW | 21.11.2024 14:52:06 | 0 | IP:66.249.66.80 Viewed Page:fk_relation, | View | ||||
5 | bulk_upload_basic | VIEW | 21.11.2024 14:51:10 | 0 | IP:66.249.66.80 Viewed Page:bulk_upload_basic, | View |
?>