Forum Moderators: coopster

Message Too Old, No Replies

Inheritance

         

bleak26

5:12 pm on Feb 20, 2006 (gmt 0)

10+ Year Member



Please could you tell me, do you have to use a special key word to access properties of a parent class.

coopster

5:20 pm on Feb 20, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



If you have extended the class then you use the parent [php.net] keyword.
parent::base_class_method();