From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.5
PHP Bug Type:     Feature/Change Request
Bug description:  change/modify parent syntax

it would be nice if the parent syntax was extended so that the parent class 
constructor could be referenced with

parent::parent()


This way, when a subclass wants to call the parent constructor, it can, without 
referring to the class.  This makes current documentation more "true" in that it is 
more possible to chance the inheritance tree without breaking things.


-- 
Edit Bug report at: http://bugs.php.net/?id=11615&edit=1



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