This conversation seems much bigger than the problem being discussed :)

Why not
Define one route for /galleries/ (that uses the method index or
whatever you want to call it)
Define one route for /galleries/history/* (that uses the method
history)
Define one route for /galleries/* (that calls the method view, and
expects parameters).

But the url should be the last thing to consider, especially as most
people don“t bother to look at it :).

Anyway, just an idea,

AD7six


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to