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
-
addUsersmethod for admin users -
deletemethod for admin users -
editmethod for admin users - show
addUsers,delete,editin dashboard - convert the pages to .php (ext)
- implement DB connection to
contact.phpand save the feedback in the database - Username in header in pages.
- Logout to destroy sessions and redirect to homepage
- Fix and sort file structure
