PHP isn’t my strong point. I have more of an AS3 background. Personally, I hate how untyped PHP is. :td:
Does anyone know if there is any way to output, either as a String or a class object what class an object passed in belongs to?
AS3 has object.constructor or describeType(object)