Infekted Media

Ponderings, Attempts, and Resources

Archive for February, 2007

Object Oriented Programming w/ PHP

Tuesday, February 13th, 2007

I have come to the realization that I need to completely restructure my programming methods; Less procedural, more object oriented. At this point, I believe I understand the concept and see how I need to adapt to this approach right now.

Currently I am reading Sitepoint’s “PHP Anthology” volumes 1 and 2. This book does a great job of helping break from my procedural thought patterns and get me to think more “object oriented”. It is also providing me a good brush up on the syntax and evolution of php as we are now at version 5.

Here is a nice tutorial I found giving some basics for objects and classes in php. There are some other really good tutorials to be found at this site.

So, back to studying..