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? $help = new help(); $help->foo(); $help::foo(); class help{ function foo(){ echo "test"; } }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming