Hi,

Steve Edberg wrote:

> In your HTMLTable() function, use
>
>         $this->attributes[] = array("border", "0");
>         $this->attributes[] = array("cellpadding", "0");
>
> otherwise, PHP thinks $attributes is a variable local to that
> function, rather that a class variable.

Yes, that did the trick :-) - thank you!

--
Regards,
Harshdeep Singh Jawanda.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to