query("SELECT * FROM websites ORDER BY display_order ASC, name ASC"); $websites = $stmt->fetchAll(PDO::FETCH_ASSOC); $summary = ['total' => count($websites), 'normal' => 0, 'maintenance' => 0, 'cancelled' => 0]; foreach ($websites as $web) { if(isset($summary[$web['status']])) { $summary[$web['status']]++; } } ?> <?= htmlspecialchars($globalSettings['site_name'] ?? 'ศูนย์รวมเว็บหน่วยงาน') ?>
Logo

ทั้งหมด
ปกติ
ปรับปรุง
ยกเลิก