The document discusses object oriented concepts in PHP. It covers:
1. The differences between PHP 4 and PHP 5, with PHP 5 introducing a complete object oriented model.
2. PHP 6 further expanding on object oriented features.
3. A 22 step process for developing an object oriented PHP application, covering classes, objects, properties, methods, inheritance and other core OOP principles.