oophp-training icon indicating copy to clipboard operation
oophp-training copied to clipboard

Training materials for Object Oriented PHP Training

Chapter Three's Open Object Oriented PHP Training

  • Pull requests with additional exercises and edits are welcome

Contents

  • Lesson 1: Classes and objects
  • Lesson 2: Visibility
  • Lesson 3: Constructors
  • Lesson 4: Constants, and Static Properties/Method
  • Lesson 5: Inheritance
  • Lesson 6: Abstraction
  • Lesson 7: Interfaces
  • Lesson 8: Traits
  • Lesson 9: Namespaces and autoloading
  • Lesson 10: Design Patterns