PHP Classes

Been there done that...

Recommend this page to a friend!

      PHP Classes blog  >  The Plot to Kill PHP ...  >  All threads  >  Been there done that...  >  (Un) Subscribe thread alerts  
Subject:Been there done that...
Summary:It's a pain to make the switch.
Messages:2
Author:troy knapp
Date:2011-07-15 12:50:23
Update:2011-07-16 05:06:01
 

  1. Been there done that...   Reply   Report abuse  
Picture of troy knapp troy knapp - 2011-07-15 15:45:00
I've already made the switch to mysqli, and it was a bit of a PITA. IMO, this move can only be justified if there are drop in replacements for each of the mysql functions. I had to write all kinds of replacement functions and sql queries to extend the functionality of mysqli to match that of mysql. If we are going to do this, we to make it easy on developers.

  2. Re: Been there done that...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-07-16 05:06:01 - In reply to message 1 from troy knapp
Exactly, I just wrote that in another thread. That would be the peaceful solution that would please most people.