From the course: Learning PHP

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Sort an array of objects

Challenge: Sort an array of objects - PHP Tutorial

From the course: Learning PHP

Start my 1-month free trial

Challenge: Sort an array of objects

(upbeat music) - [Instructor] Now that you know all about functions and classes, it's time to put that knowledge to use. On the screen here you see a simplified version of our person class. This information will be in the exercise files for this video. But your job will be to sort an array of person objects by last then first name and the array is provided for you in the exercise files as well. As a hint, you'll need to use a sort function that you already saw and be sure to have information about that spaceship operator handy. It will help.

Contents