View Single Post
Old 12-10-2009, 01:18 PM   #11 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by ETbyrne View Post
- Controllers use models to interact with the database
Not really. They don't need to use models to interact with the database. Otherwise you wouldn't be able to access the database from the controllers. Besides, models can be used for a number of other things, not only database handling.

However, models are most often used to interact with the database. It's just not limited to it.
__________________
Tanax is offline  
Reply With Quote