Re: Routes & Controller Methods Question

2007-10-25 Thread Adam Royle
This might not be what you want to hear, but I did something like this: /events/view/my-event-name/ /events/tellafriend/my-event-name/ /events/video/my-event-name/my-video-name/ At least now I can keep the functionality separate as it should be, and I can change the additional arguments for each

Routes & Controller Methods Question

2007-10-24 Thread Flipflops
I've got a question about best practice - it is about forcing everything in a controller through a single method as a result of wanting nice urls I have a controller called Products (based on a table called products) that also uses a table called product_items (products is actually a table of pro