mamchenkov.net
PHP: self:: vs. static::
I am seeing more and more PHP code with static:: key used for method calls instead of self::. Today I've finally found some time to examine the novelty. The page that is useful for more details is PHP's late static binding. This functionality is available since PHP 5.3.0 so you might as well start using … Continue reading PHP: self:: vs. static::