Tinker Tickets

Clear
Showing results for: "" ( ticket found)
Total Tickets:
'Ticket ID', 'priority' => 'Priority', 'title' => 'Title', 'category' => 'Category', 'type' => 'Type', 'status' => 'Status', 'created_at' => 'Created', 'updated_at' => 'Updated' ]; foreach($columns as $col => $label) { $newDir = ($currentSort === $col && $currentDir === 'asc') ? 'desc' : 'asc'; $sortClass = ($currentSort === $col) ? "sort-$currentDir" : ''; $sortParams = array_merge($_GET, ['sort' => $col, 'dir' => $newDir]); $sortUrl = '?' . http_build_query($sortParams); echo ""; } ?> 0) { foreach($tickets as $row) { echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } } else { echo ""; } ?>
$label
{$row['ticket_id']}{$row['priority']}" . htmlspecialchars($row['title']) . "{$row['category']}{$row['type']}{$row['status']}" . date('Y-m-d H:i', strtotime($row['created_at'])) . "" . date('Y-m-d H:i', strtotime($row['updated_at'])) . "
No tickets found