From 18cd32c6614cdd9060ea830b59d64df342f44d98 Mon Sep 17 00:00:00 2001 From: Hion-V Date: Fri, 17 May 2019 13:45:29 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1760fa0 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# hForumPHP +School assignment to build php based webforum + +Structure: + +Index.php is the entry point. From here tasks are deferred to the HUtils controller class to get the right model. +Database stuff is done in the Database controller class. +Session token stuff is done in the UserSession class. +Assethandler returns html blocks