Interesting news about new features in PHP, namely LSB (Late Static Binding).
What this basically means is that you can overload static functions, which is great news for all you singleton lovers out there.
And a nice leap forward in PHP code design, want an example? Read on...
Continue reading "PHP LSB (Late Static Binding)"