[Flashcoders] Re: MVC pattern problem

2006-12-13 Thread Roberto Scordino
The button didn't need reference to differents model (there is just one model) that was an error, now I have changed so now I pass just one reference to the model to the _root an every button can get it. How can I pass the reference to the button at the controller? By now I get the reference

[Flashcoders] Re: MVC pattern problem

2006-12-13 Thread Roberto Scordino
thank you now I understand I will clean my code to use your neat solution... Roberto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to

RE: [Flashcoders] Re: MVC pattern problem

2006-12-13 Thread Trevor Burton
:[EMAIL PROTECTED] On Behalf Of Roberto Scordino Sent: 13 December 2006 16:50 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Re: MVC pattern problem thank you now I understand I will clean my code to use your neat solution... Roberto

RE: [Flashcoders] Re: MVC pattern problem

2006-12-13 Thread Steven Sacks | BLITZ
If you want an easy way to learn MVC, pick up this book and go through the tutorial: Agile Web Development with Rails The Ruby on Rails MVC structure is easy to implement and understand and it will set you on your way in MVC. They've got great naming conventions, too. You should use the MVC