Re: [fw-general] Zend_Db_Table with multiple databases

2009-09-17 Thread troels knak-nielsen
Thanks - That was useful indeed. -- troels On Wed, Sep 16, 2009 at 11:46 PM, Paul M Jones pmjone...@gmail.com wrote: On Sep 16, 2009, at 14:02 , troels knak-nielsen wrote: Hi. I'm looking into replacing a legacy system with Zend_Db + subpackages (Zend_Db_Table and friends), but I'm

[fw-general] Zend_Db_Table with multiple databases

2009-09-16 Thread troels knak-nielsen
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

Re: [fw-general] Zend_Db_Table with multiple databases

2009-09-16 Thread Paul M Jones
On Sep 16, 2009, at 14:02 , troels knak-nielsen wrote: 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