i am trying to understand what :: stands for
something::something
what are they used for, is it like $class->function(); ??
thanks in advance.
i am trying to understand what :: stands for
something::something
what are they used for, is it like $class->function(); ??
thanks in advance.
Read the PHP manual on the Scope Resolution Operator.
thanks, this is exactly what i was looking for