Thanks everyone for your input! I had moved the logic out into a helper and that worked fine, although I realize that's really no different than just putting it in the view. It did seem more organized though.
It hadn't occurred to me to use the afterFind() method in the model to modify the returned data array. I just gave that a shot and it works brilliantly. I think that's the route I'll take...it just seems more natural to me to have that live inside the model. It's always good to know a couple of different options, though, so this has been a great learning experience. Thanks! Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
