I've read and implemented this:
http://www.doctrine-project.org/projects/orm/1.2/docs/cookbook/master-and-slave-connections/en
However, it only accounts for when you are using Doctrine_Query or creating a new object. What do you do when you need to use the table class, whether it be for using the magic finder methods or if you need to create your own custom methods. I'm using Zend Framework, although I don't think it makes a difference.