Re: [fw-general] Spoon-feeding the view

2010-04-22 Thread Саша Стаменковић
*Full Model Alternative.* * * *You pass the model, since it represents your data, and view(s) are responsable for model representation. * Regards, Saša Stamenković On Thu, Apr 22, 2010 at 8:05 PM, Hector Virgen wrote: > Hello, > > Do you spoon-feed your views from your controller? In other word

[fw-general] Spoon-feeding the view

2010-04-22 Thread Hector Virgen
Hello, Do you spoon-feed your views from your controller? In other words, do you provide your view with every piece of information it needs to render, or do you just pass the full model to the view and let the view pull from the model on its own? For example: *Spoon-fed views* // in controller p