Posted by Rik on 01/13/07 10:20
Sanders Kaufman wrote:
> Heiko Richler wrote:
>> Sanders Kaufman wrote:
>>> What does "::" mean?
>>> Is that a shortcut for "->"?
>>
>> No, it is the Scope Resolution Operator
>> http://www.php.net/manual/en/language.oop5.paamayim-nekudotayim.php
>>
>> Heiko
>
> I read that, but I'm still a little confused.
> When I use a class's methods and such, I've been using "->".
> But it seems like this "::" is used the same way.
> What's the difference?
Simplified: it's the difference between objects and classes.
--
Rik Wasmus
[Back to original message]
|