David Mintz wrote:
> My form vars are often namespaced, as in <input
> name="someTable[someField]" ... /> (The idea is stolen from CakePHP,
> thank you.)
>
> My controllers can then, if need be, recycle form input with a simple
>
> $this->view->someTable = $this->_request->getParam('someTable')
> We do this too, but it doesn't seem to work with Zend_Filter_Input. Regards, Rob...
