An open API service indexing awesome lists of open source software.

https://github.com/chapter-three/oophp-training

Training materials for Object Oriented PHP Training
https://github.com/chapter-three/oophp-training

Last synced: 3 days ago
JSON representation

Training materials for Object Oriented PHP Training

Awesome Lists containing this project

README

        

# Chapter Three's Open Object Oriented PHP Training
- Pull requests with additional exercises and edits are welcome

Contents
--------

- Lesson 1: [Classes and objects](1.md)
- Lesson 2: [Visibility](2.md)
- Lesson 3: [Constructors](3.md)
- Lesson 4: [Constants, and Static Properties/Method](4.md)
- Lesson 5: [Inheritance](5.md)
- Lesson 6: [Abstraction](6.md)
- Lesson 7: [Interfaces](7.md)
- Lesson 8: [Traits](8.md)
- Lesson 9: [Namespaces and autoloading](9.md)
- Lesson 10: [Design Patterns](10.md)