Skip to content

Commit f0e6e6e

Browse files
committed
-- Add documentations for the topics in Object-Oriented Principles in PHP
1 parent f1017bc commit f0e6e6e

File tree

3 files changed

+2133
-3
lines changed

3 files changed

+2133
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# PHP
22

33
- [PHP For Beginners](challenge-001/README.md)
4+
- [Object-Oriented Principles in PHP](challenge-002/README.md)

challenge-001/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
- About
1+
# About
22

3-
- We all start somewhere. For programming, this series is that first step. I've designed it specifically for newcomers to, not just PHP, but programming in general. Here, you'll learn the fundamentals of PHP - all the way down to defining basic variables and arrays.
3+
- We all start somewhere. For programming, this series is that first step. I've designed it specifically for newcomers to, not just PHP, but programming in general. Here, you'll learn the fundamentals of PHP - all the way down to defining basic variables and arrays.
44

5-
- Think of this series as a key stepping stone for your programming journey.
5+
- Think of this series as a key stepping stone for your programming journey.
66

77
# 1. The Fundamentals
88

0 commit comments

Comments
 (0)