On 6/27/05, David Zülke <[EMAIL PROTECTED]> wrote: > Not suitable for two reasons: > 1) the check is difficult (instanceof, class_implements(), class_parents() > and is_subclass_of() need objects)
This is no longer the case as of 5.0.3 is_subclass_of() will accept a string argument in place of the object to make class comparisons. It does not, however, work for interfaces. :( -Mike _______________________________________________ agavi-dev mailing list [email protected] http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev
