Math Drill:
- Got all students functionality (adding, removing, and saving) to work with SQL
- Fixed an error with the add students regex causing spaces to be deleted. It was '[\W-]+' when it should have been '[\W-]+ '
- Added getStudents() convenience method for getting students from database. It executes the command SELECT * FROM students and returns all results
- Added html page for /admin/ with links to admin functions, namely logging out and editing students
Wow, great to see you've found your way to regex! I'm really looking forward to that link to the github repo.
ReplyDelete