Codecademy Assignments
Introduction to PHP
Control Flow: If/Else
Control Flow: Switch
Arrays in PHP
Loops: For and ForEach
Loops: While and Do-While
Functions in PHP: Part I
Functions in PHP: Part II
Object-Oriented Programming: Part I
Object-Oriented Programming: Part II
Advanced Arrays and Maps
This lesson introduced advanced arrays, including associative arrays, using arrays as maps, multidimensional arrays, and iterating over associative arrays. In the following example, an array is iterated over its entirety.