This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: codeigniter


  1. Stopping CodeIgniter from Escaping SQL


    I'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 …

    Read more