Re: [PHP] Can anyone explain what this does?

2001-07-15 Thread Patrik Wallstrom
On Sun, 15 Jul 2001, Kurt Lieber wrote: > I'm sure this is a simple one, but I've never seen it before: > > $this->file = $file; > > I'm specifically confused about the -> operator and what that does. > > I looked in the online documentation under operators, but didn't find > anything. Ideally,

[PHP] Can anyone explain what this does?

2001-07-15 Thread Kurt Lieber
I'm sure this is a simple one, but I've never seen it before: $this->file = $file; I'm specifically confused about the -> operator and what that does. I looked in the online documentation under operators, but didn't find anything. Ideally, if someone can point me to the location in the docum