summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-04-06 12:18:49 +0200
committerpolo <ordipolo@gmx.fr>2025-04-06 12:18:49 +0200
commit68b6058e2a27fc251c117c4efeb141392a0c9736 (patch)
tree5c029b2c147bd14f777765d41bc623582c81daa2 /public/index.php
parente4a325c9d5c07f09bc18b7e366ffb82b82c43502 (diff)
downloadcms-68b6058e2a27fc251c117c4efeb141392a0c9736.zip
nouvel article, boutons dans les builders, makeArticleNode, JS MAJ page, tri quand déplacement ou suppression
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.php b/public/index.php
index 3c6f261..2512d6d 100644
--- a/public/index.php
+++ b/public/index.php
@@ -69,9 +69,9 @@ elseif(isset($_GET['action']) && $_GET['action'] === 'modif_mdp')
69} 69}
70 70
71// -- contrôleurs -- 71// -- contrôleurs --
72$director = new Director($entityManager); 72$director = new Director($entityManager, true);
73$director->makeRootNode($id); 73$director->makeRootNode($id);
74$node = $director->getRootNode(); 74$node = $director->getNode();
75 75
76// -- vues -- 76// -- vues --
77$view_builder = new ViewBuilder($node); 77$view_builder = new ViewBuilder($node);