Is there a way to select another database using PEAR?
I was looking for something like this:
$con = DB::connect("mysql://user:pass@host/database");
$con->select("database2");
but the only thing I can get working is creating a new $con with another database
I've searched the manual, maybe i'm blind, but I didn't find anything 🙁
Thanks,
Matt