parent:: in instantiated classes

SolidSNAKE

New Member
i was wondering why there is no \[code\]$parent->function();\[/code\] syntax in php, but instead we can use \[code\]parent::function();\[/code\] which looks like it's used inside a static class. Am i missing some php oop basics?
 
Back
Top