03-09-2008, 06:01 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
|
If you call a class statically you must use self::myfuncname(); instead of $this->myfuncname();. PHP: Scope Resolution Operator (::) - Manual
|
|
|
|