call a static method inside a class?

UNA

New Member
how do i call a static method from another method inside the same class?\[code\]$this->staticMethod();\[/code\]or\[code\]$this::staticMethod();\[/code\]
 
Top