Jump to content

Zend Form Filters


GregL83

Recommended Posts

Hello,

 

I was under the impression that zend form filters would not only filter the input for validation but also the returned values. When I call $request->getPost() to get the params they are not filtered but when the form returns an error and re-displays the input values in the form they are filtered. I'm trying to do a simple test. Basically, StringToLower on a simple input txt field.

 

Question: How do I get the input values filtered for database insertion?

 

Thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/208961-zend-form-filters/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.