= htmlspecialchars($data['authors'] ?? 'Auteur inconnu') ?>
= htmlspecialchars($data['title']) ?> – = htmlspecialchars($data['subtitle']) ?>
= nl2br(htmlspecialchars($data['synopsis'])) ?>
getConnection()->prepare(
"SELECT access_type_id FROM theses WHERE id = ?"
);
$accessStmt->execute([$thesisId]);
$accessTypeId = (int)($accessStmt->fetchColumn() ?? 1);
} catch (\Throwable $e) {}
$isInterdit = ($accessTypeId === 3);
?>
Ce TFE n'est pas disponible en ligne.
Aucun fichier disponible pour ce TFE.