
August 4th, 2006, 08:55 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
Soap Problem with static methods
i've got a Pear::Soap Server, in the requested function a database connection is made via Pear  B, but I always got a SoapFault:
"Non-static method DB::connect() should not be called statically, assuming $this from incompatible context"
problem also occurs with other static method...
what do I have to do? (calling the function outside of the webservice is OK)
dieter
|