Sunday 14 December 2014

Object Oriented Programming in PHP

Object Oriented Programming in PHP

Following concept are used in Object Oriented Programming in PHP.

  1. Introduction
  2. The Basics
  3. Properties
  4. Class Constants
  5. Autoloading Classes
  6. Constructors and Destructors
  7. Visibility
  8. Object Inheritance
  9. Scope Resolution Operator (::)
  10. Static Keyword
  11. Class Abstraction
  12. Object Interfaces
  13. Traits
  14. Overloading
  15. Object Iteration
  16. Magic Methods
  17. Final Keyword
  18. Object Cloning
  19. Comparing Objects
  20. Type Hinting
  21. Late Static Bindings
  22. Objects and references
  23. Object Serialization
  24. OOP Changelog