The Difference Between self::, static::, and parent:: in PHP
– ashallendesign.co.uk - submitted by Ash Allen
In this post, we'll briefly discuss the differences between "self::", "static::", and "parent::"; in PHP. We'll also cover when and why you might want to use each one in your code.
Read more [ashallendesign.co.uk]