The simplest way to do this is to not extend Zend_Db_Table_Abstract. In ZF, tables are not models. I've gone down this route personally and it's very difficult to do anything slightly complex loo ike dealing with multiple tables.
Instead, I suggest creating a model that doesn't extend a base class, and have that model instantiate the table(s) it needs. The model can then inject the correct db instance if necessary. -- Hector Virgen Sent from my Droid X On Oct 2, 2010 10:12 AM, "EvilThug" <[email protected]> wrote:
