Logs Bootstrap 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
| # | Table Name | Action | Updated By | ↓ Updated | Record Id | Data | Old Record | |
|---|---|---|---|---|---|---|---|---|
| 1 | js_tricks | VIEW | 20.04.2026 21:20:18 | 0 | IP:216.73.216.114 Viewed Page:js_tricks, | View | ||
| 2 | auto_refresh | VIEW | 20.04.2026 21:20:18 | 0 | IP:216.73.216.114 Viewed Page:auto_refresh, | View | ||
| 3 | subselect | VIEW | 20.04.2026 21:20:18 | 0 | IP:216.73.216.114 Viewed Page:subselect, | View | ||
| 4 | input-mask | VIEW | 20.04.2026 21:15:16 | 0 | IP:216.73.216.114 Viewed Page:input-mask, | View | ||
| 5 | grid_tricks | VIEW | 20.04.2026 21:15:16 | 0 | IP:216.73.216.114 Viewed Page:grid_tricks, | View |