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 |
What do you mean by service manager in zend framework 2?
How to get all get data in zend framework?
What is service manager in zend framework?
What is autoloader in zend framework?
What are the difference between zend_registry and zend_session?
Explain what is being presented by the decorators?
What is models in zend framework?
Do you know what is zend engine?
How to print a group display individually from its content?
List some advantages of zend framework as compared to other frameworks
I am a minor (under 18 years of age). Who should sign my cla?
How to write a program to retrieve the view object within plugin?