You can change the current connection by calling Doctrine_Manager::setCurrentConnection().
// test.php // ... $manager->setCurrentConnection('connection 1'); echo $manager->getCurrentConnection()->getName(); // connection 1