View Single Post
  #2 (permalink)  
Old 04-24-2008, 09:49 AM
Leif.Högberg Leif.Högberg is offline
Member
 
Join Date: Aug 2007
Location: Sweden
Posts: 52
Send a message via MSN to Leif.Högberg
Default

While functions in the view are entirely possible, a view helper is the way to go.

Why do you need to call a function in the controller? Can the controller not process the data before it's passed to the view?
Reply With Quote