Ahhh, excellent. Could 1.2 map these directly to the names of the params in your action methods?
i.e action/var1:val1/var2:val2 maps correctly to action($var2, $var1) .... Now *that* would be awesome... hint :) On Jan 25, 6:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Here ya go:http://bakery.cakephp.org/articles/view/129 > > personally i do see benefits for using named parameters in terms of > usability, even SEO. it's just more informational. > > other then that, it relieves the programmer for having to worry about > the order in which get paramaters appear. for that benefit alone i > think this method is great. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
