Posted by Veikko Mδkinen on 06/09/05 08:26
Toke Herkild wrote:
> Hi all,
>
> When using classes/objects how do inheritance work ?
> Are there some kind of overload as in pascal?
Yes there is, but the keyword is not 'inherited' (like in Pascal) but
'parent' (plus you need to use scope resolution operator :: ).
http://www.php.net/manual/en/keyword.parent.php
-veikko
--
veikko
mail@ .com
makinen
[Back to original message]
|