You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
PHP notes
Lessons
Day 1
- Morning Lecture: Intro to PHP
- Morning Lab: Recreate Landscaper
- Afternoon Lecture: Intro to PHP 2
- Afternoon Lab: Continue with Recreate Landscaper
- Homework: Mimic Find/All with 2D Arrays and Nested Objects
Day 2
- Morning Lecture: PHP/Postgres API - READ
- Morning Lab: Update Lecture Code with READ for Locations and Companies
- Afternoon Lecture: PHP/Postgres API - CREATE, UPDATE, DELETE
- Afternoon Lab: Update Lecture Code with CREATE, UPDATE, DELETE on Locations and Companies
- Homework: Finish with Labs
Day 3
- Morning Lecture: Nested Models
- Morning Lab: Implement Find for Both
/people/:idand/locations/:idwith Nested Models - Afternoon Lab (no lecture): Implement a Many-to-Many Relationship with a
CompaniesModel- use a
jobsintermediary table
- use a
- Homework: Finish Lab