From 9d1d1c0556a30d535023a428ef84d7bd660fd7e8 Mon Sep 17 00:00:00 2001 From: Alassane Ndoye Date: Thu, 24 Sep 2020 15:06:05 +0000 Subject: [PATCH] Bulding crud --- .gitignore | 3 +- .idea/LocalFoot.iml | 4 ++- .idea/workspace.xml | 51 +++++++++++++++++++++++++++------ private/functions.php | 7 +++++ private/shared/admin_footer.php | 14 ++++----- private/shared/admin_header.php | 8 +++--- public/admin/create.php | 38 ++++++++++++++++++++++++ public/admin/delete.php | 0 public/admin/edit.php | 47 ++++++++++++++++++++++++++++++ public/admin/new.php | 29 +++++++++++++++++-- public/admin/terrains.php | 6 +++- 11 files changed, 182 insertions(+), 25 deletions(-) create mode 100644 public/admin/delete.php create mode 100644 public/admin/edit.php diff --git a/.gitignore b/.gitignore index 5a7e23c..cddc875 100644 --- a/.gitignore +++ b/.gitignore @@ -79,4 +79,5 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser - +public/mampinstaller +public/mampinstaller/* diff --git a/.idea/LocalFoot.iml b/.idea/LocalFoot.iml index c956989..1ee20eb 100644 --- a/.idea/LocalFoot.iml +++ b/.idea/LocalFoot.iml @@ -1,7 +1,9 @@ - + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1ee67e8..2ad1820 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,6 +22,11 @@ + + + + +