12-10-2009, 03:29 AM
|
#10 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Basically it's like this:
- Different controllers (or methods in controller classes) represent different pages
- Controllers use models to interact with the database
- Controllers use views to display HTML to the user
It just divides your application into parts based on primary function. Makes it a lot more organized and speeds development.
|
|
|
|