How to protect your site from sql injection in zend when using select query?
Answer / Santosh Sen
To protect against SQL injection in Zend Framework while using a SELECT query, you can use the Zend_Db_Table_Abstract class's prepareStatement() method, which automatically escapes any user input. Alternatively, you can use the Zend_Filter_Input component for input filtering.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which class extend the zend controller?
Do you know what are the methods used in decorator?
What is the difference between zend framework and laravel?
how to remove all dtddwrappers and labels on zend form elements?
Explain the difference between zend 2 & zend 3?
How to include css in zend framework?
how do you protect your site from sql injection in zend when using select query?
Where is the model in zf's mvc implementation?
Explain the features of mvc in zend framework?
What is front controller in zend framework?
Write a program to retrieve the view object within plugin?
How can I customize the appearance of forms generated by zend_form?