Menu

#16 Allow elements to be named as arrays

PHP5 - New feature
open
core (8)
6
2008-01-23
2008-01-23
Nigel McNie
No

It makes sense that you could name elements 'name[]' or similar, so they get grouped in the $values array (as $values['name']). There's no reason why this couldn't work for all element types.

Discussion


Log in to post a comment.