There is new documentation on how to make connections to Doctrine from within Lion. However, it doesn't quite meet my needs and I haven't enough experience to make the necessary changes. I need the ability to call a function that makes a dynamic database connection from username, password, and database name, passed as variables. This is because there will be an infinite number of database, each with the identical structure, but different data. When I user logs in, I will discover the correct database and password from that user's entry in the user table of the "lion" database. The "lion" database will be used only for user authentication and database connection information.
Any ideas would surely be appreciated.
Thanks,
Merrill