If you use a framework of some sort, you probably haven’t thought about SQL injection for some time – in fact it almost seems dated to even discuss it. However, security should never be overlooked and it’s important to not trust third party applications and people by default! So what is the best way to prevent SQL injection?
Have you noticed how I haven’t specified a specific language? This is done purposely, because at the end of the day – all languages – should be able to follow this paradigm…
Well, since one of my most popular all-time blog posts is 
Are you confused by the title? I was when I first got the idea to even write this blog as well. I was recently perusing the CakePHP change logs and came across an interesting commit – 