Sql Injecton in Yii

Hi Dear

I need your help to prevent sql injection in Yii framework. Is there any special function to make ours portal become free of sql injection.

There are php functions for this reason but don’t thing you will need it. The developer of this framework has take in mind less common issues that i doupt he left this to be programmed by you or me.

hello,

I think PHP’s PDO library takes care of that! (and Yii uses that)

http://ezinearticles.com/?SQL-Injection-Protection-in-PHP-With-PDO&id=1815110

–iM