> I think we should always use -> UNLESS the method is a "static" method, > in that case use ::. IMO that's the most logic thing to do. > > Derick
All SPL methods are non-static. (and I think that SOAP's aren't static too) So, Should I change everything from xxx::xxx to xxx->xxx ? Nuno
