An Introduction to Object Oriented PHP – Part 2
Welcome to Part 2 of a three part series introducing Object Oriented PHP! This tutorial will build off the first part from last week (link in post). Compare this to playing a sport; if you don’t know the basics, you’ll never progress. In this tutorial, you are going to learn the following: Constructors and Destructors, Returning data from your functions, and Keeping organized.

