ZF-2645: Allow ability to ignore elements when using Zend_Form::getValues()
Description
Currently, Zend_Form::getValues() returns all values. However, some values may not be desired, such as submit, reset, or button values. Eric Coleman has requested on the fw-mvc list an element-level flag to allow specifying that the element's value should not be returned.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-13T10:03:17.000+0000
Resolved in trunk (r7976)