Re: [flexcoders] I can't understand pureMVC

2009-06-23 Thread Simon Bailey
1) What should I do/type to store data in proxy and in what var? Is there any special var? Typically the proxy is storing an Object with your data which could as your quite rightly state, be a result from a service call of some type. For example, an ArrayCollection containing all your user

[flexcoders] I can't understand pureMVC

2009-06-23 Thread vladakg85
I try to learn this framework for a month, and I always stack somewhere, and now I need help. What I know: to make view, to make mediators, to make commands.. But, I don't understand proxy at all. First what should be there. I think that this is the place where I store service call methods and ke