View Single Post
  #8 (permalink)  
Old 04-14-2008, 02:51 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 119
Default

Yes, any business logic for your data should be in the appropriate model class. Preferably there will be no sql in your controller save the occational where statement to be passed to a defined model method.
Reply With Quote