When to Use Static Methods →
If you’re learning Object-Oriented Programming (OOP) in PHP, it can be very nice just to hear a very smart person explain programming concepts in clean, lucid language. That’s what Mathias Verraes does here with the notion of static methods. Worth reading to understand the issues and concerns at play, and to start to get principles like “state” and “polymorphism” under your belt.