PHP Object Oriented Programming
I often see other developers having trouble with "Object Oriented Programming". Often they claim it does not work, or it gets "too complex", or hard to understand. And I have been there, done that in my youth, but I still use OO (object oriented) pro...
blog.phpfui.com11 min read
Rhea Le
Thanks for this post, it was a good read. I recently wrote some OOP PHP and tried to not use inheritance. It is less scary than it seemed at first. I really liked your dice analogy!