Re: Cake best practice method

2009-02-26 Thread mscdex

I would say in the 'Users' controller.
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Cake best practice method

2009-02-26 Thread Elmo

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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---