Re: [PHP] Passing constructor values to functions in a class

From: Curt Zirzow (php-general_at_zirzow.dyndns.org)
Date: 10/31/03


Date: Fri, 31 Oct 2003 04:05:30 +0000
To: php-general@lists.php.net


* Thus wrote Terence (terence@sunway.edu.my):
> Dear List,
>
> I've been struggling with this for some time now and can't for the life of
> me figure out why the output is "GeorgeGeorge" and not "GeorgeBush"
>
> <?php
> class StaffDetails {
>
> var $staff_name;
> var $staff_surname;
>
> function StaffDetails() {
>
> $this->$staff_name="George";

syntax is:
  $this->staff_name="George";

(note: no $ before the class variable)

Curt

-- 
"My PHP key is worn out"
  PHP List stats since 1997: 
    http://zirzow.dyndns.org/html/mlists/