diff --git a/views/components/AdminSidebar.php b/views/components/AdminSidebar.php index 8084539..6b50a7b 100644 --- a/views/components/AdminSidebar.php +++ b/views/components/AdminSidebar.php @@ -66,6 +66,10 @@ body { Сущности + + + База моделей + diff --git a/views/pages/Admin/Entities.php b/views/pages/Admin/Entities.php index e342b8b..9844f2a 100644 --- a/views/pages/Admin/Entities.php +++ b/views/pages/Admin/Entities.php @@ -1,5 +1,8 @@ - - + + + -
- - -

Сущности

-Создать -
+
+ + +

Сущности

+ Создать +
+ + + + + + + + + + + + '; + + echo ' + + + + + '; + } + ?> + + + +
IDНазваниеДействия
+ '.$p['id'].' + + '.$p['title'].' + + + '; + + echo 'Редактировать + Удалить + +
+

+ + + +
diff --git a/views/pages/Admin/EntityCreate.php b/views/pages/Admin/EntityCreate.php index 343358a..fc80aa7 100644 --- a/views/pages/Admin/EntityCreate.php +++ b/views/pages/Admin/EntityCreate.php @@ -1,4 +1,8 @@ $_POST['title'], ':createdate' => time(), ':sampledata' => $jsonResult, ':color' => $_POST['color'])); + header('Location: /admin?type=Entities'); } ?>

Создание сущности

@@ -32,11 +36,11 @@ if (isset($_POST['create'])) {
- +
- +

Вводимые переменные

- +
- +