PHP Classes

Old Fashioned Code

Recommend this page to a friend!

      PHP MySQLi extension class  >  All threads  >  Old Fashioned Code  >  (Un) Subscribe thread alerts  
Subject:Old Fashioned Code
Summary:What no prepare/bind
Messages:2
Author:Stephen Chapman
Date:2013-03-04 08:40:11
Update:2013-03-04 15:16:30
 

  1. Old Fashioned Code   Reply   Report abuse  
Picture of Stephen Chapman Stephen Chapman - 2013-03-04 08:40:11
This sounded really good until I saw that it is using insecure query calls instead of the far more secure prepare/bind calls. Using query loses most of the benefits of mysqli.

  2. Re: Old Fashioned Code   Reply   Report abuse  
Picture of Raul Raul - 2013-03-04 15:16:30 - In reply to message 1 from Stephen Chapman
It's just a first version of the class. I'm preparing a new one to update it.

It just gave me a hand to run an urgent projetct.

You can be sure that I will update this class ASAP.

If you doubt it you can see my other database class (for backup).