While OOP dates back to the likes of Simula and Smalltalk, it's present in some form in most programming languages used for web development today. Among these is PHP, which saw an overhaul to its object system in version 5 and further additions in versions 7 and 8. This presentation covers general OOP concepts and principles using PHP's object model as an example.

Comments

Comments are closed.

Excellent

Jessie Roth at 14:56 on 14 Oct 2021

Thank you!

Great stuff, would be nice to hear more about how some of these things relate to testable code but understand how that is out of scope of this talk. (No pun intended :P )

Great job. A lot of information covered.

Lots of good content, a reminder of OOP concepts, terminology, and features that can be confusing. Very helpful overview!