Back
Thijs
made a Validation class in my framework to validate emails, strings and matching of two strings for users
#euaccjobs
make sure that i can query data from DB with PDO and test that it works on frontend
#euaccjobs
connect to db with PDO and test if error handling works by changing config
#euaccjobs
make logo redirect to / not index.html, separate router and routes in 2 files for better overview for future routes, make 404 actually send 404 response code
#euaccjobs
added views and controllers for 404, post job listing, all job listings, refactored head because css wasn't loading
#euaccjobs
snipped up massive index.html in views and partials using helper functions to load them in index
#euaccjobs