What\'s the difference between these object callings?
Non Static:
$var = new Object; $var->function();
Static functions or fields does not rely on initialization; hence, static.