PHP Classes

Suggestion to getDBSearch method

Recommend this page to a friend!

      Multisources Search Engine  >  All threads  >  Suggestion to getDBSearch method  >  (Un) Subscribe thread alerts  
Subject:Suggestion to getDBSearch method
Summary:I have a suggestion for getDBSearch method.
Messages:2
Author:Everton da Rosa
Date:2014-11-05 12:12:06
 

  1. Suggestion to getDBSearch method   Reply   Report abuse  
Picture of Everton da Rosa Everton da Rosa - 2014-11-05 12:12:07
Very interesting class, but I have a suggestion to you: in getDBSearch method, you could add a second argument to receive a PDO object, free the user from leaving his class how to connect to the database and opening the possibility to search in other databases supported by PHP data Object, not being restricted to Mysql.

  2. Re: Suggestion to getDBSearch method   Reply   Report abuse  
Picture of Ettore Moretti Ettore Moretti - 2014-11-06 10:30:29 - In reply to message 1 from Everton da Rosa
Hello Everton, many thanks for the good suggestions.
I will take note it in the next upgrade of the class.