PHP Classes

Suggestions

Recommend this page to a friend!

      MySQL Database Library  >  All threads  >  Suggestions  >  (Un) Subscribe thread alerts  
Subject:Suggestions
Summary:Just some suggestions
Messages:3
Author:Dave Smith
Date:2015-06-21 09:11:49
 

  1. Suggestions   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2015-06-21 09:11:50
The mysql extension is going away with the next major release of PHP. Any newer class that accesses a MySQL database should be using the mysqli extension. It makes it difficult for us to recommend a class when it will be outdated shortly.

I am fairly certain your class will only work in PHP 5 or greater and you have it listed to work with PHP 3.

Dave

  2. Re: Suggestions   Reply   Report abuse  
Picture of Justin Eldracher Justin Eldracher - 2015-06-21 11:12:10 - In reply to message 1 from Dave Smith
Oh, I didn't know that! I guess I will have to modify it for mysqli then!

Sorry about the PHP versions, I guess I don't pay a whole lot of attention to that part of it...

  3. Re: Suggestions   Reply   Report abuse  
Picture of Peer Gynt Peer Gynt - 2015-09-21 17:20:52 - In reply to message 2 from Justin Eldracher
Very nice work, but I can't use it because you are not using PDO.
I'm waiting for te next release. :-)