On Sat, Jan 17, 2009 at 3:39 PM, blue92877 <bluepres...@gmail.com> wrote:

> If you can help better explain, that would be great - more layman
> terms while I become comfortable with OOP concepts.  In fact, if you
> were explaining it to a non computer programmer or just-beginning
> computer programmer, how would you explain it?

Let me try:

- The Model is your business, the raw data and the rules you need to
make them usable and useful ;
- The View is the way you show these data to the end user (or anything
which can understand the format you use to decorate them) ;
- The Controler takes the data from the Model and gives them to the
View from the user input (in a Web context, it's mainly the url and
maybe some associated parameters).

Well, that's hard. Hope it helps anyway.

++

-- 
Nicolas Perriault
Training and Consulting Manager at Sensio Labs
http://prendreuncafe.com - http://symfonians.net - http://sensiolabs.com
Pro phone: +33 140 99 82 11
Mobile: +33 660 92 08 67

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to