'.$paramResult.'
'; return false; } $category = getById('tbl_categories',checkParamId('id')); if($category['status'] == 200) { ?>

Statistik nach Kurs zu

0) { foreach($courses as $courseEntry) { $studentCount = countAllStudentsInCourse($courseEntry['id']); $registeredCount = countStudentsByStatus($courseEntry['id'], 'Angemeldet'); $selectedCount = countStudentsByStatus($courseEntry['id'], 'Genehmigt'); $rejectedCount = countStudentsByStatus($courseEntry['id'], 'Abgelehnt'); ?>
Kursname Anzahl der Schüler Angemeldet Genehmigt Abgelehnt
Keine Kurse vorhanden