Date: 07/19/00
- Next message: Mathieu Kooiman (ggInternet): "Re: [PHP-DEV] New function bytesize()"
- Previous message: Derick Rethans: "Re: [PHP-DEV] mcrypt 2.4"
- In reply to: Oriol Prat Gomez: "[PHP-DEV] add_property_array"
- Next in thread: Sterling Hughes: "Re: [PHP-DEV] add_property_array"
- Reply: Sterling Hughes: "Re: [PHP-DEV] add_property_array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 SolutionsH.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>
- Next message: Mathieu Kooiman (ggInternet): "Re: [PHP-DEV] New function bytesize()"
- Previous message: Derick Rethans: "Re: [PHP-DEV] mcrypt 2.4"
- In reply to: Oriol Prat Gomez: "[PHP-DEV] add_property_array"
- Next in thread: Sterling Hughes: "Re: [PHP-DEV] add_property_array"
- Reply: Sterling Hughes: "Re: [PHP-DEV] add_property_array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

