Compare commits

..

3 Commits
Dev ... master

Author SHA1 Message Date
12d084aa9e Merge remote-tracking branch 'origin/Dev' 2021-03-01 12:21:28 +01:00
ebe13682c2
Update README.md 2019-05-17 13:51:34 +02:00
18cd32c661
Create README.md 2019-05-17 13:45:29 +02:00

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# 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.
The UserSession class keeps track of the user signin state using cookie based tokens