Hello list,

If I am making an application with MVC pattern and calculations are needed
to be performed on the data when the user interacts with the application,
would you:

do the calculations in the Model?

create a separate class that handles the calculations and puts the results
in the model?

do the calculations in the Controller?

looking forward to hearing people's thoughts on this,

david

-- 
David Hunter

www.davidhunterdesign.com
+44 (0) 7869 104 906
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to