Javier Zapata - 2008-09-07 19:01:47
If you try to instantiate the class with the $connect @param as true and the $password @param as an empty value (also providing the rest of the required params, of course), the connection isn't made although you provide the correct data. This happens because the constructor of the class verifies if the password is empty before connecting (line 74), and if not, it just doesn't connect. In order to solve the problem, you only need to eliminate this verification.
Congratulations for such a good class and sorry for my english!