PHP Classes

mysqli

Recommend this page to a friend!

      Ultimate MySQL  >  All threads  >  mysqli  >  (Un) Subscribe thread alerts  
Subject:mysqli
Summary:mysqli vs classic mysql
Messages:5
Author:Richard Catto
Date:2010-01-25 22:08:54
Update:2011-02-24 20:03:20
 

  1. mysqli   Reply   Report abuse  
Picture of Richard Catto Richard Catto - 2010-01-25 22:08:54
Are there any plans to update this class to use mysqli instead of the classic mysql php extension?

  2. Re: mysqli   Reply   Report abuse  
Picture of Jeff Williams Jeff Williams - 2010-12-23 16:12:21 - In reply to message 1 from Richard Catto
update coming today :)

  3. Re: mysqli   Reply   Report abuse  
Picture of Michael Michael - 2011-02-09 06:54:21 - In reply to message 2 from Jeff Williams
I'm pretty sure this class uses mysql and NOT mysqli

  4. Re: mysqli   Reply   Report abuse  
Picture of Srinivas Nukala Srinivas Nukala - 2011-02-24 11:53:37 - In reply to message 1 from Richard Catto
Hi
First of all, thanks a lot for the class, this is great and I use it extensively.

Please let me know if you have the mysqli class ready, I am looking to switch to mysqli and would live to carry over this class.

I may even be able to help with the development process if you need it. Wanted to check with you before I started making any changes.

Regards
Srinivas

  5. Re: mysqli   Reply   Report abuse  
Picture of Michael Michael - 2011-02-24 20:03:20 - In reply to message 4 from Srinivas Nukala
I ended up going with this class:
ajaxray.com/blog/2009/08/29/simple- ...
It's PDO which has the advantage of being safe from sql injection.
I also prefer static classes.