What does "::" mean in PHP?

IlluminateMe

New member
Example:

Zend_Controller_Front::getInstance()

From my patter recognition ability I can tell what this example is saying, but what is this '::' sign used for generally?
 
Back
Top