Im new to cakephp and Im having a little problem querying data. I have a User model and a Product model in a many to many relation.
What I what is simply for my Products/Index action to only get the products associated to that User (the user is stored in session) and not all Products (which is what it does by default).
Please help.