View Single Post
  #2 (permalink)  
Old 05-11-2008, 01:09 PM
SirAdrian SirAdrian is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default

I would move some of that controller logic into your model, and call a simpler (human-readable) function in your controller. Then your view won't have any logic in it either.
Reply With Quote