Tag Archive | DP

Basic Object Oriented(OO) Terms

Some of the basic object-oriented terms: Class: A class is a template for an object. A class contains the code which defines how an object will behave and interact either with each other, or with it. Every time you create an object in PHP, you are actually developing the class. Property: A property is a […]