-
Stopping CodeIgniter from Escaping SQL
28 January 2010
Read moreI'm adding some small features to the API for joind.in when I have a moment and this is my first experience of working with CodeIgniter. I've been getting increasingly impatient with its tendency to try to escape my SQL code for me - this is a really useful default feature …