I mean, when you want to go upwards, to reach an ancestor class.

You can't go upwards, because there's no upwards for classes. You can use the information you already have, via static:: and function that is analogous to it for static and get_parent_class for non-static.

But it could also mean: the parent of "get_class($this)", in the mind of a
programmer.

Then you can use get_parent_class($this) I guess.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to