[PHP]Lesser known OOPS concepts

Gogol

Administrator
Staff member
Moderator
Executive VIP
Jr. VIP
Joined
Sep 10, 2010
Messages
11,805
Reaction score
26,657
Just had a great read. Hope someone else finds it useful too :)


Code:
http://phpmaster.com/lesser-known-features-of-phps-oo-model/
 
I thought I had more impractical PHP knowledge than anyone on the planet, then objects of the same class accessing other objects private properties fucked my head.
 
I wish I have some more time to go through all of that, as I love that sh*t.

Bookmarked for better times. :)
 
I wish I have some more time to go through all of that, as I love that sh*t.

Bookmarked for better times.
smile.png

Yeah so did I. It's bookmarked. I went through the article quickly, an it looks like a gem!

I thought I had more impractical PHP knowledge than anyone on the planet, then objects of the same class accessing other objects private properties fucked my head.
Same here! It is not too much of a tough concept if you look at it, but never thought it could happen really :)
 
Last edited:
Also, I have never really used traits. So I learned some new thing yesterday for sure.
 
Back
Top