Late static binding workaround prior to PHP 5.3 posted under Code object oriented programmingPHP A workaround for binding to the intended static scope without using the static:: operator introduced in PHP 5.3
Code Commenting – a delicate art of balance posted under Code clean codeobject oriented programming Taken from my reply to a post regarding the topic on Facebook, a few words introducing key guidelines I follow when commenting my code.