Re: [PHP] Extending an instantiated class

2011-10-16 Thread David Harkness
On Sat, Oct 15, 2011 at 7:01 AM, Alain Williams wrote: > I have an application where a Screen (web page) may contain several Forms. > The Forms > will want to access properties, etc, from their Screen. So what I want is > to do > something like: > You're using an is-a relationship between Form a

[PHP] Extending an instantiated class

2011-10-15 Thread Alain Williams
Well, that is what I think that I need. Please let me explain what I am trying to do and tell me how to do it or a better way of doing it. I have an application where a Screen (web page) may contain several Forms. The Forms will want to access properties, etc, from their Screen. So what I want i