-- Markus Wolff <[EMAIL PROTECTED]> wrote (on Monday, 03 March 2008, 06:49 PM +0100): > Matthew Weier O'Phinney schrieb: > > As I mentioned, if you'd like to see support for Zend_Filter_Input in > > Zend_Form, put an issue in the tracker. But my goal is to (a) have > > Zend_Form implement Zend_Validate_Interface so it can be used as a > > general purpose validator for sets of data (this will be done today or > > tomorrow), and (b) have ways to attach forms to models (and specifically > > Zend_Db_Table extensions) so that they models can have validators *and* > > be rendered as forms (probably in the 1.6.0 release). This latter will > > be a boon for those wanting to build quick-and-dirty CRUD apps. > > Sounds nice, although I probably won't be using Zend_Db_Table anytime soon > :-) > > Curious, though: In what kinds of situations exactly would you still use > Zend_Filter_Input over Zend_Form?
If I'm not going to be rendering any forms for my model, I'd likely choose ZFI instead of Zend_Form. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
