Re: [PHP-DEV] add_property_array From: Derick Rethans (d.rethans <email protected>)
Date: 07/19/00

Oriol Prat Gomez wrote:

> Is it possible to implement add_property_array for objects?
>
> I need to add arrays in objects and i don't know how to do it.

class Foo
{
    var $array1 = array();
    var $array2 = array();
}

That should do the trick.

>
>
> Thanks
>
> Oriol Prat
>

--
Derick Rethans
JDI Media Solutions

H.v.Tussenbroekstraat 1 6952 BL Dieren The Netherlands

e-mail: d.rethans <email protected> http://www.jdimedia.nl/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>