// ============================================================ require_once __DIR__ . '/../../includes/live_class_functions.php'; $_widget_pdo = getDBConnection(); $_widget_instituteId = $_SESSION['institute_id']; // Auto-end expired autoEndExpiredClasses($_widget_pdo, $_widget_instituteId); $_widget_classes = getLiveClasses($_widget_pdo, $_widget_instituteId, 'upcoming'); $_widget_live = array_filter($_widget_classes, fn($c) => $c['status'] === 'live'); $_widget_sched = array_filter($_widget_classes, fn($c) => $c['status'] === 'scheduled'); $_widget_sched = array_slice(array_values($_widget_sched), 0, 3); // Show next 3 ?>

📹 Live Classes

View all →
📭 No upcoming live classes scheduled.
Check back later or ask your instructor.