Am Sonntag, den 22.07.2007, 21:32 -0700 schrieb Bill Karwin: > > -----Original Message----- > > From: buster [mailto:[EMAIL PROTECTED] > > If you look in the docs here: > > http://framework.zend.com/manual/en/zend.filter.input.html > > under 13.5.4.1. > > they actually give this exact situation. I wrote a very quick > > validator to do just what you (and the docs) are talking > > about. I would post it, but ran into some other problems that > > I haven't worked out quite yet. > > There is sample code for a validator that does this, in > <zf-home>/tests/Zend/Filter/_files/TestNamspace/StringEquals.php. You > can use this as a basis for writing the validator you need.
Hi Bill (and Buster), thanks, that's exactly what I was looking for. Somehow I've missed this paragraph completely, maybe because I already had my mind made up about the usecase of the fields metacommand and didn't think about other possible abuses, so I must have skipped it :-) CU Markus
