Sunday, January 5, 2014

Re: 3.0: a peek into CakePHP's future

Both. All named parameter support has been removed. The only aspect of it that remains is the ability to parse incoming URLs using named parameters.

Named parameters were a big mistake. They duplicated GET parameters with almost no benefit for the additional pain they cause. If you've ever had to generate URLs with named parameters in systems that are not CakePHP you have some idea as to why named parameters were a mistake.

-Mark

On Sunday, 5 January 2014 06:25:13 UTC-5, Marush Denchev wrote:
I will also express my concerns about removing the named parameters. Will you be removing only short names or regular expressions also?

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: