When choosing whether to place my template method in the Controller or the Model - what are the general best practises?
For instance I have a method to get a simple 'copyright' strapline that sits in the footer. It does a couple of things with PHP date, so would something like this be a method on the controller or the model? Both work fine...
Any guidelines?