Reply to php classes calling functions using :: and ->
Posted by Anthony Smith on 03/23/07 15:21
I can call a class using "->", but it complains about the ::
I see on the net where :: is used. Is there a good explanation on when
to use one over the other or the differences?