I want to do something I thought was pretty basic using fuelphp Basically I need to use multiple urls with only one controller, and assign each different route a default parameter (a cat id for that matter)
For instance in my Listing controller I want to use 2 different routes :
/bags
/accessories
to each of which would be assigned it's cat id
Can't seem to find any easy way to do it in fuelphp...