|
Jacek, well what you do is dynamic routing. There is nothing wrong with
this, and I think it's good to make as much use of CakePHP's build in
support as possible, there are situations where this solution won't
quit do it. For example, at the moment it is impossible to route to plugin controllers, it's also not possible to do language url's like: /{lang}/controller/action with the normal routing class. For that reason I think what you really want is dynamic url rewriting. I think this could be done by a singleton UrlRewrite class that would then be extended into a AppUrlRewrite class where you can manually parse / rewrite and analyze all urls. I might code something like this at some point, I'll let you know if I do. Best Regards, Felix Geisendörfer Jacek schrieb:
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |
- Re: real friendly urls Felix Geisendörfer
- Re: real friendly urls 100rk
- Re: real friendly urls Jacek
