i'm developing a new site and i have this situation:
- Products
\_ Category1
\_Product1
\_Product2
\_ Category2
\_Produc1
\_Product2
I have created my Product controller to show all the category but now i need to create a controller for each category, is it possibile? I would have something like:
www.example.com/product/category/product-name
how can i setup my controller? i can't write a method for each category because this is not definited...