id == 0) { throw new Exception("Sketch inexistant"); } if (!$sketch->public && $myUser->id != $sketch->owner) { throw new Exception("Sketch privé, demandez à son propriétaire de le rendre publique"); } $types = ResourceType::all(); ?>
id == $sketch->owner) : ?>

Aucune ressource sélectionnée

Ce tableau est tristement vide... :(

getMessage(); echo $_SESSION['error']; } require_once __ROOT__.'footer.php' ?>