This document discusses object oriented concepts in PHP. It provides a 22 step process for developing an application using object oriented programming principles in PHP. Some of the key steps include creating a PHP class, adding properties and methods to the class, instantiating objects from the class, setting and getting property values using methods, using access modifiers like public, private and protected, and creating a constructor method. The document provides examples of coding classes, objects, properties, methods and using various OOP concepts in PHP.