Posted by Jerry Stuckle on 07/28/07 11:43
Toby A Inkster wrote:
> Sanders Kaufman wrote:
>
>> class clsBread extends clsFlour, clsEggs
>
> class clsBread extends clsFlour
> {
> public function __construct ()
> {
> aggregate($this, 'clsEggs');
> }
> }
>
It's aggregation, not inheritance.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|