I have a class(A) with functions and variables being used inside of another function(B) that is within another class(B). How can I access the information stored in a variable that is within the class(A) through a script that directly uses the function(B) in class(B) to do a task?
I know this is complicated but I could really do with some help on this matter. I can provide more information and a better description if need be but you will need to tell me whether I need to do this.
I do not want to have to contact an expert programmer/designer.
I have 3 classes for my whole site each of which parts are used on most of my pages.
I will look into global variables, I haven't really understood them but I have a feeling they could work.
Thanks.
I know this is complicated but I could really do with some help on this matter. I can provide more information and a better description if need be but you will need to tell me whether I need to do this.
I do not want to have to contact an expert programmer/designer.
I have 3 classes for my whole site each of which parts are used on most of my pages.
I will look into global variables, I haven't really understood them but I have a feeling they could work.
Thanks.