Extra Sessions
These extra sessions are optional 50-minute mini lectures that follow every Friday's standard lecture.
Each extra session covers a new topic we didn't have time to talk about in the main class, or goes deeper on an existing topic.
Week6 Fri 12:00 PM
Week 6 (Fri 5/9) - SQL Statements
This week Zack talked about some SQL syntax not shown in lecture, specifically the syntax for inserting and removing rows and tables (modifying a database).
We also talked about how to safely accept user input into SQL queries letting PDO objects take care of data santiziation for us. We finally talked
about general database design, how you would go about doing so, the best practices, and what to avoid.
Week3 Fri 12:00 PM
Week 4 (Fri 4/25) - PHP Classes
This week Zack talked about the Object Oriented side of PHP, specifically how to build classes and use them in ways similar to how we did in CSE 143.