[phplib] CHOOSE OF DATABASE From: Michal ROMAN (michal.roman <email protected>)
Date: 03/15/01

I have a number of databases on differenet computers.
I need choose one database (host, name of database, user name, password)
before login form of PHPLIB.
How can I do it? I suppose, I must define subclass of DB_Sql :
class DB_MyDB extends DB_Sql {
        var $Host = "";
        var $Database = "";
        var $User = "";
        var $Password = "";
}

But where can I do It? It must be dooing before calling function
page_open(...)?

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>