Could this be considered a well-written PHP5 class?
- by Ben Dauphinee
I have been learning OOP principals on my own for a while, and taken a few cracks at writing classes. What I really need to know now is if I am actually using what I have learned correctly, or if I could improve as far as OOP is concerned.
I have chopped a massive portion of code out of a class that I have been working on for a while now, and…