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.
|
|
7 years ago | |
|---|---|---|
| day1 | 7 years ago | |
| day2 | 7 years ago | |
| day3 | 7 years ago | |
| old | 7 years ago | |
| README.md | 7 years ago | |
README.md
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
- Stretch: Implement Find for
/people/:id,/locations/:id, and/companies/:id
- Stretch: Implement Find for
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