Gerçekten ben yoksa her getRequest-> GetParam ('x') sonra benim kod Zend filtreyi aramak istemiyorum. Sihirli getRequest içindeki her şeyi filtreleme tembel bir yolu var mı?
Edit: When I say filter, I mean, escapting tags, cleaning out the XSS, and escaping any sql escape characters.
yani:
$myVar = $this->getRequest()->getParam('x');
filter the variable, escape sql stuf... etc
Standart nedir? Bunu nasıl yapıyorsun?