Create README.md

This commit is contained in:
Hion-V 2019-05-17 13:45:29 +02:00 committed by GitHub
parent 57691246ed
commit 18cd32c661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
README.md Normal file
View File

@ -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 <img> html blocks