At 02:30 10/3/2001, André Langhorst wrote:
>>There are no static functions in PHP. This syntax is used to call a 
>>method of the parent. It can be used to call other methods and thus have
>
>parent::foo();
>If you remember, it has been implemented *after* 
>[classname]::[functionname]() ...

Right, and they weren't static functions either (this feature was designed 
for calling parent/grandparent/etc methods).  The way it's designed is 
completely intentional.

Zeev


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