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 | validation | VIEW | 09.12.2025 06:04:30 | 0 | IP:216.73.216.182 Viewed Page:validation, | View | |||
| 2 | tabulator_formatting | VIEW | 09.12.2025 06:04:30 | 0 | IP:216.73.216.182 Viewed | View | |||
| 3 | inline_editing_3 | VIEW | 09.12.2025 06:04:24 | 0 | IP:216.73.216.182 Viewed Page:inline_editing_3, | View | |||
| 4 | inline_editing_2 | VIEW | 09.12.2025 06:04:24 | 0 | IP:216.73.216.182 Viewed Page:inline_editing_2, | View | |||
| 5 | simple_transpose | VIEW | 09.12.2025 06:04:24 | 0 | IP:216.73.216.182 Viewed Page:simple_transpose, | View |
?>