I use the phased_var repeatedly in my blog project, you may borrow the code and the technique in my erlywog project: http://code.google.com/p/erlywog/
I believe it's in a module called blog_util in my project. Grep for blog_util and you'll find it somewhere. On Mar 13, 12:52 pm, shaman <[email protected]> wrote: > May be I wrote unclear. I try to explain. > There are some nested components "Layout", then C1 component that use > private component C2, that use private C3, etc. > I can not see a natural way to pass something from C2, C3 and so on to > "Layout". Certainly one can use shared memory (ets,or global > variable). > Can phased_vars be used for that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
