Menu

where is the class "DB_Generic_Sql"?

Help
Anonymous
2001-08-15
2001-08-15
  • Anonymous

    Anonymous - 2001-08-15

    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.

     
    • Richard Archer

      Richard Archer - 2001-08-15

      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.

       

Log in to post a comment.