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 | tabs | VIEW | 08.06.2026 14:43:17 | 0 | IP:216.73.216.144 Viewed Page:tabs, Theme:default | View | ||
| 2 | simple_with_logging | VIEW | 08.06.2026 14:43:16 | 0 | IP:216.73.216.144 Viewed | View | ||
| 3 | edit_buttons | VIEW | 08.06.2026 14:43:16 | 0 | IP:216.73.216.144 Viewed Page:edit_buttons, | View | ||
| 4 | edit_buttons | VIEW | 08.06.2026 14:43:16 | 0 | IP:216.73.216.144 Viewed Page:edit_buttons, | View | ||
| 5 | action | VIEW | 08.06.2026 14:43:16 | 0 | IP:216.73.216.144 Viewed Page:action, | View |