Welcome Guest, Not a member yet? Register   Sign In
Escaping input with Active Record
#1

[eluser]stevefink[/eluser]
I noticed lately I'm doing quite a number of active record queries in this fashion:

$this->db->insert('makes', array('name' => $name));

I was just curious, is the CI engine escaping input when I use this method? I've already ran sanity code against $name, however escaping characters is always not to be taken for granted on any database manipulation.

Thanks,

- sf


Messages In This Thread
Escaping input with Active Record - by El Forum - 08-23-2007, 11:47 PM
Escaping input with Active Record - by El Forum - 08-24-2007, 12:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB