Table of contents for Object Oriented PHP

  1. Object Oriented PHP: A Brief Introduction, Part I

I do a bit of web development on the side, and decided to learn me some object-oriented PHP. I recently took on an ecommerce project, and thought I’d walk you, the reader, through the process so we can learn object-oriented PHP together. I’m making few assumptions about your experience with object orientation, but I will assume you know a bit of PHP. If something is unclear, I’ll be happy to address it in the comments.

That said, we should probably start with a discussion of the concept of object orientation.

What is object orientation, anyway?

There are two big schools of thought when it comes to programming. Procedural orientation, and object orientation. They’re both methods by which programmers attempt to minimize how much code needs to be written, and each have their strengths and weaknesses.

Continue reading →

Popularity: 13% [?]

If you enjoyed this post, make sure you subscribe to my RSS feed!