View Single Post
Old 12-10-2009, 03:29 AM   #10 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

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.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote