Having the ability to overload a constructor would be so hot! Does it have it?
Also, in the Changes in the PHP 5 / Zend Engine 2.0 page, it talks about overloadable method calls. It says
Both method calls and property accesses can be overloaded via the call(), get() and __set() methods
How is that overloading? The example doesn't even address overloaded methods or constructors.
Why would they use __construct() instead of the name of the class like in PHP 4 (or Java/.NET/C++)?
-a9