Thursday, 5 September 2013

Difference between constructors

Difference between constructors

Not really sure how to search this, but is there really a difference
between these two?
$t = new Test();
// vs...
$t = new Test;

No comments:

Post a Comment