Re: [PHP] Re: class problem :(

2009-05-28 Thread Luke
2009/5/29 Shawn McKenzie > Luke wrote: > > Right I've read the manual on this and all that so hopefully you find > people > > can help. > > I have an abstract class with three children. The abstract is ForumObject > > and the three children are Thread, Category and Post and each have their > own

[PHP] Re: class problem :(

2009-05-28 Thread Shawn McKenzie
Luke wrote: > Right I've read the manual on this and all that so hopefully you find people > can help. > I have an abstract class with three children. The abstract is ForumObject > and the three children are Thread, Category and Post and each have their own > table so I wrote the following: > abstr

[PHP] Re: class Problem

2002-09-17 Thread lallous
Hi, when you want to access class member variables prefix them with $this-> , otherwise they will be treated as local vars. hope that helps. Elias "David Eggler" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I create a Instance fo the Class MenueItem in M