PHP Classes

Great OOP Example

Recommend this page to a friend!

      PHP Classes blog  >  Extending PHP Classes...  >  All threads  >  Great OOP Example  >  (Un) Subscribe thread alerts  
Subject:Great OOP Example
Summary:Simple and clear introduction to OOP
Messages:1
Author:Gerry Danen
Date:2015-05-20 14:04:09
Update:2015-05-20 21:44:40
 

  1. Great OOP Example   Reply   Report abuse  
Picture of Gerry Danen Gerry Danen - 2015-05-20 21:44:40
This is one of the best, and most understandable introductions to object-oriented programming I have seen.

Extending classes and using $this is the key, as Dave points out.