News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Stopping CodeIgniter from Escaping SQL
January 28, 2010 @ 13:39:45

In a project she's been working on Lorna Mitchell was frustrated with something the CodeIgniter framework does natively - escape SQL statements done through the databaase layer's "select()" method. Thankfully, there was a simple fix to turn this behavior off.

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 but it seems to assume I don't know what I'm doing and so it puts backticks all over perfectly acceptable SQL code, very annoying!

Thanks to a reply on twitter from damiangostomski to her frustrations she found the optional second parameter you can give the "select()" method, a boolean that tells it whether or not to escape the query (it's mentioned here) for those that were wondering.

2 comments voice your opinion now!
codeigniter escape sql optional parameter


blog comments powered by Disqus

Similar Posts

Tiffany Brown's Blog: What's your favorite PHP framework?

CodePoets.co.uk: A Quickstart to using PEAR with PHP

Brandon Savage's Blog: Scaling Up: Reducing Drag, Increasing Lift

Jamie Rumbelow's Blog: Named Scopes with CodeIgniter

GoodPHPTutorials.com: SQL Injections in PHP with MySQL


Community Events











Don't see your event here?
Let us know!


development symfony2 interview zendframework2 community introduction series opinion podcast database unittest phpunit release testing framework functional language rest usergroup conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework