Hi. Is there a way to find the class name of a method when called in the 
class::method() format? If called on an object (eg. object->method()) I 
could just ask for get_class($this), but when called as class::method(), 
$this should not be defined. Anyway around this?

Thanks.

-Steve


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to