Re: [PHP-WIN] Class storage questions

2001-01-10 Thread Toby Butzon
> example > > class Print{ > > var arrayofboxes = array(); ...arrayofboxes is an empty array? Where does it get anything put in it? --Toby -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

[PHP-WIN] Class storage questions

2001-01-10 Thread IThelp
I have two classes. Class box is basically a sub class that is only called from the Class Print. The problem is I would like to have an array in Class Print that will store instances of Class box. example class Print{ var arrayofboxes = array(); //other stuff $tempbox = $this