Game Ratings and Awards - Project for "Inxhinieria e Web-it"
- Model inital file
- Functions for model
- Insert method (
model.php
) - Fetch method (
model.php
) - Dashboard with CRUD methods
- Login with permission checks
- Regsiter with redirect
- getGames method (
model.php
) - loop through getGames and display in homepage
-
addUsers
method for admin users -
delete
method for admin users -
edit
method for admin users - show
addUsers
,delete
,edit
in dashboard - convert the pages to .php (ext)
- implement DB connection to
contact.php
and save the feedback in the database - Username in header in pages.
- Logout to destroy sessions and redirect to homepage
- Fix and sort file structure