Cake PHP Routing issue
- by Smickie
Hi, I need to do some special routing in cake, but can't for the life of me figure it out.
I have a shop controller at /shop, the format of the url will be:
/shop/:category/:sub_category/:product_slug
In the routing I need to send each part of the url to a different action, for example if the url was just /shop/cakes it would go to the category…