What does :: mean in php?

Viewed 24443

Possible Duplicate:
what is the “::” notation in php used for?

I noticed this code while modifying a friends code and noticed this piece of code: TestPages::LoadMenu();

what does :: mean in php?

A great answer would mean a lot.

Thanks!

5 Answers
Related