On 9/6/06, nate <[EMAIL PROTECTED]> wrote: > Right, you need to hard-code a route for each action. I'm actually > working on some Router enhancements that'll make this process a little > easier.
Would this include the possibility to provide separate routes for action names irrespective of the controller? Explanation: I would like to use Cake's "programming by convention" as much as possible, which pretty much ties me up to program in English. However, I would like my URLs to appear in Dutch. It would be very convenient if I could provide separate translations for actions (e.g. 'edit' => 'wijzig'). Then, for each action 'wijzig' (irrespective of the controller), the 'edit' action would be called and I wouldn't have to define a custom route for each and every controller. Regards, Martin -- Martin Schapendonk, [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
