Logs Semantic UI 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 | video_uploads | VIEW | 20.04.2026 22:31:28 | 0 | IP:216.73.216.114 Viewed Page:video_uploads, | View | ||
| 2 | simple_next_prev | VIEW | 20.04.2026 22:31:28 | 0 | IP:216.73.216.114 Viewed Page:simple_next_prev, | View | ||
| 3 | highlights | VIEW | 20.04.2026 22:31:28 | 0 | IP:216.73.216.114 Viewed Page:highlights, | View | ||
| 4 | send_email | VIEW | 20.04.2026 22:30:26 | 0 | IP:216.73.216.114 Viewed Page:send_email, | View | ||
| 5 | edit_modal | VIEW | 20.04.2026 22:30:26 | 0 | IP:216.73.216.114 Viewed Page:edit_modal, | View |