I'm building some classes in PHP, and maybe I'm missing something very obvious, but I can't figure out how to use multiple constructors in a single class. Is this possible? In Java, it's easy -- just declare one constructor after the other, but of course Java has the advantage of being strongly-typed. How do I do this in PHP?

    Please disregard this post. I was a jackass and didn't do a search before I posted. 30 seconds of extra work gave me my answer. Thanks anyway. Carry on...

      Write a Reply...