Re: [PHP] Help: arrays in a class

2004-01-28 Thread jazzman
On Wed, 28 Jan 2004 [EMAIL PROTECTED] wrote: > in php you have to access a member variable (or methods) with: > $this->varname (without the "$") > > e.g.: $this->includedFile = array(); > > hope this helps AHA! I think that's it. The comment someone sent to me (Sorry, i'm awful with names) abo

[PHP] Help: arrays in a class

2004-01-28 Thread jazzman
Hi all, I'm having some trouble here and I hope you can help. I'm writing a class for PHP to help track includes in a c++ source file. My class has 3 member variables: a filename file contents array of files that file includes The class definition looks like this class