On Sat, Dec 18, 2010 at 1:01 AM, ionatan <[email protected]> wrote: > And in what controller should I use this paginator?! I'm still a bit > confuse.
For the third time, it could be in either. However, from the way that you described the requirement for doing this, it probably makes more sense to put it in CategoriesController. The last example I posted was for that controller. But you haven't explained completely what it is you want to do. I presume this is an admin action of some sort, so I'm imagining an action like: public function admin_add_product($id = null) ... where $id is the Category.id. 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
