> -----Original Message----- > From: Jur Jean [mailto:[EMAIL PROTECTED] > > This allows a user to create the filter in the parent > controller, and reset > / add the rules in the actions on the fly.
An alternative would be to create the $filters and $validators arrays in the controller, and simply manipulate them in the standard way because they are arrays. Then use them in actions to create new Zend_Filter_Input objects. > Also Zend_Filter_Input::isSubmitted() or something like that > can be useful. I can't tell based on that description. Can you elaborate on what the function would do? Regards, Bill Karwin
