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
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
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
3 matches
Mail list logo