On Wednesday 07 February 2001 05:14, Aaron Tuller wrote:
> ok, I == dumb.  this works:
>
> $parentClass = get_parent_class($this);
> eval("$parentClass::$parentClass();");
>
> still, I think I should be able to do what I wrote below.

Um, you know the name of your parent class, so why do you use 
get_parent_class() at all?

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

"Software is like sex: the best is for free" -- Linus Torvalds

--
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