On Tuesday 22 May 2001 11:54, Hugues BRUNEL wrote:

>     echo "b::foo1=".$this->$foo1."\n" ;
>     echo "b::foo2=".$this->$foo2."\n" ;

You're accessing the fields incorrectly. It's $this->foo1 (without the 
second '$').

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

CPU not found. retry, abort, ignore?

--
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