Tagged with __construct

Introduction to Classes, Class Declaration and Objects


  In last article we talked about PHP’s development history in context of Object Oriented Programming. The aim of this article is understand how PHP implements basic OOP concepts like Creating objects, Methods etc. Classes and Objects As you must already know classes define objects. A class is a group of items that share common … Continue reading