I don't think the DB_MySQL_Sql class is supposed to extend any other class. It looks like a complete DB_Sql to me. Try removing the "extends DB_Generic_Sql" and see if it works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use php-lib(dev) for test, I missing a class "DB_Generic_Sql", I can't find it in CVS tree.
class DB_MySQL_Sql extends DB_Generic_Sql {
/* public: connection parameters */
var $Host = "";
var $Database = "";
var $User = "";
var $Password = "";
............
Can someone help me? thx.
Watch out, the development tree is very unstable.
I don't think the DB_MySQL_Sql class is supposed to extend any other class. It looks like a complete DB_Sql to me. Try removing the "extends DB_Generic_Sql" and see if it works.