On Jan 29, 2011, at 5:05 AM, Johannes wrote: > * you don't have to repeatedly switch between XML/PHP file to make > sure the order of your arguments is correct
This might be the case when dealing with your own code, because you know the name of the arguments, but when dealing with third party classes you'll have to refer to the PHP much more. A library's documentation will tell you how to use a class, but not necessarily what the names of the variables are. I agree with Benjamin that this is too complicated. PHP does not support named arguments; having to deal with an index attribute will be easy enough for people used to PHP. k -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en
