Hi. I'm looking into replacing a legacy system with Zend_Db + subpackages (Zend_Db_Table and friends), but I'm running into some problems. The setup we have is a master/slave. For offloading the main server all read queries are channelled to the slave, while all write queries are sent to the main server. The current library supports this by allowing each method to fetch the appropriate link. From what I can see, there is no direct support for such a thing in Zend_db_Table, but I can see a couple of possible flex points in the framework.
Before I start off a tangent myself, I was wondering if anybody else have tried something like this? If not, would ZF be willing to accept patches? Thanks. -- troels
