Thursday, February 26, 2009

Cake best practice method

I have an action such that I can retrieve all comments for a single
user using pagination helper.

Should I have the action in the users controller

Users::viewComments($userId, $fromDate, $toDate)

Or in the comments controller

Comments::viewUser($userId, $fromDate, $toDate)

Btw: User hasMany Comments

-Elmo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: