SQL Injection and Codeigniter

Viewed 16019

Some doubts regarding Codeigniter and its Input handling capabilities. Some may be a little weird but they are doubts none-the-less.

  1. If I use the Active Record Class functions in CodeIgniter, is my input prevented against SQL injection?
  2. I read somewhere that it does, but I don't understand it how? or why?
  3. Also does xssclean deal with SQL injection in any way?
3 Answers
Related