Object Oriented PHP Tutorial Updated

August 26, 2007

php logo

Hi,

I’ve update my beginners tutorial on object oriented PHP adding steps 12-17. I cover two new basic OO concepts in these steps:

  • Constructors.
  • Access modifiers.

Again, this is a code intensive article where I expect you to follow along with your PHP editors.

More to come.

Thanks,

Stefan Mischook

www.killerphp.com

3 Responses

  1. Pingback: PHPDeveloper.org

  2. Pingback: developercast.com » Stefan Mischook’s Blog: Object Oriented PHP Tutorial Updated

  3. Adam Author November 12, 2007 at 11:43 pm

    I think your next guide should make it clear why classes are so important in programming. Many programmers just stick their functions inside classes and think they’ve done a good job. So wrong. Each class should REALLY only have one responsibility, if the class has no responsibility what-so-ever, then it shouldn’t be a class. Of course there are one or two exceptions to that rule with PHP not support namespaces – I wonder if it ever will!

To Top