On Sep 29, 2004, at 5:19 PM, Matthew Terenzio wrote: > Can I have multiple constructors, a certain one being called depending > on the number or type of parameters passed to the class upon > instantiation. No. PHP does not support multi-method dispatch at all. George