Hey Joó,

seeing as you do of course validate your form before you insert the
data into your table, you can use $table->insert($form->getValues()).
This should give you the desired result.

Best regards,
Tobias

2009/2/16 Joó Ádám <cer...@gmail.com>:
> Matthew,
>
> Can I somehow get the input buttons not to have a name, therefore not
> to present among posted values? It would be very nice to just write
> $table->insert($this->_request->getPost()) rather than creating a new
> array element-by-element.
>
> I tried to use an ampty and a null value for the name attribute in my
> configuration, but it throws an error. Any workarounds?
>
>
> Thanks,
> Ádám
>

Reply via email to