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
- Host: GitHub
- URL: https://github.com/chapter-three/oophp-training
- Owner: chapter-three
- Created: 2014-09-26T20:14:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T21:37:34.000Z (over 6 years ago)
- Last Synced: 2025-04-30T10:41:42.887Z (3 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 90.8 KB
- Stars: 26
- Watchers: 41
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chapter Three's Open Object Oriented PHP Training
- Pull requests with additional exercises and edits are welcomeContents
--------- 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)