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