I have abandoned all hope of ever being able to overload my constructors in PHP, so what I\'d really like to know is why.
Is there even a reason for it? Doe
As far as I know, constructor overloading in PHP is not allowed, simply because the developers of PHP did not include that functionality - this is one of the many complaints about PHP.
I've heard of tricks and workarounds, but true overloading in the OOP sense is missing. Maybe in future versions, it will be included.