Re: Extending classes



Thanks !
Just what I needed ;)

Veikko Mäkinen wrote:
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


.