0) { foreach($students as $studentEntry) { $studentEntry['dateofbirth'] = date("d.m.Y", strtotime($studentEntry['dateofbirth'])); if($studentEntry['status'] == 'active'){$studentEntry['status'] = 'aktiv'; $colour = "success";} elseif($studentEntry['status'] == 'disabled'){$studentEntry['status'] = 'inaktiv'; $colour = "danger";} $classOptions = getAllClasses('active'); $classID = $studentEntry['class']; $className = isset($classOptions[$classID]) ? $classOptions[$classID] : 'Nicht verfügbar'; ?>
Vorname Nachname Benutzer-ID Klasse Geburtsdatum
Keine Einträge gefunden