Entries for tag: PHP 5.3

  • Late Static Binding: a practical example (Sean Coates, 2008-02-12)
    Late Static Binding (LSB) is a topic that's been brought up numerous times in the past three years in various PHP development discussion circles (and we're finally getting it in PHP 5.3)—but what does it really do, and why should you care? Here's a simple practical example of how it can greatly simplify your code's design.
    Other tags: art   homepage   late static bindings   lsb