What is the difference between creating a new Object as:
$myObject = new OtherObject;
and
$myObject = new OtherObject();
?
What is the difference between creating a new Object as:
$myObject = new OtherObject;
and
$myObject = new OtherObject();
?