Re: Components vs Helpers vs Utilities

2013-01-25 Thread lowpass
On Fri, Jan 25, 2013 at 4:53 PM, tron wrote: > Im trying to wrap my head around utilzing some functionality at all levels > of MVC. Right now, I'm writing a component that performs several date > functions for my app (the date utility is insufficient for what Im doing). > The problem is I need the

Re: Components vs Helpers vs Utilities

2013-01-25 Thread Michael Gaiser
I am having difficulty thinking of a time when I would need the same function to be called in my model and my view. On my current project, I am also needing to manipulate my dates as I have a non standard way of saving them in the database. What I have done is manipulated them in the controller usi