From: alex b. <en...@tu...> - 2001-07-08 06:22:01
|
> Sometimes my mind just falls apart, and I feel like I am in that > state right now. In one of your last posts, you suggested to > get a large/complex bit of data and store it in a class variable, > and then (implied) down the load chain, this variable can > be accessed. > > HOW? $Page->modules['group_name'][load_order]->variable_name Thus my mention of possibly using unique names in the page declaration, so making references to modules would be more simple. that would also complicate the page module sorting functions, so I'm not sure it's worth doing that way. it may be a lot more simple to have a module communication manager which is called by a module that needs something, like a really simple Request class. _alex |