|
|||
|
Hello,
This may be obvious to everyone else but it took me a little bit of figuring out and playing with code to find the answer. As you may know, you can send PHP arrays from forms e.g. Code:
<input type="text" name="test[0]" value="something" /> <input type="text" name="test[1]" value="something else" /> ... PHP Code:
Fortunately, I guess the ZF guys have actually thought of this and you just set a filter and validator rule for the whole array and then access it as normal e.g. PHP Code:
![]() Cheers. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|