I get an error when doing this.... class Something { var $something; function Something($this->something) { More somethings } } The error tells me that I need a ")" in the line the function call is in. If I take the "$this->something" it will parse fine. Can you not do this? James
- Re: [PHP] Classes question. James McLaughlin
- Re: [PHP] Classes question. Matt McClanahan