ZF-5930: Add setDefaultAdapter() to Zend_Auth_Adapter_DbTable
Description
Similar with Zend_Db_Table::setDefaultAdapter() we should add also a setDefaultAdapter() for Zend_Auth_Adapter_DbTable.
Is gonna be easier to work with Zend_Auth_Adapter_DbTable derived classes then.
Comments
Posted by Ralph Schindler (ralph) on 2009-09-08T19:07:35.000+0000
Correcting the component
Posted by Torio Farazdagi (torio) on 2010-05-20T09:53:24.000+0000
Adds setDefaultAdapter() static method to Zend_Auth_Adapter_DbAdapter + respective case into UTs.
Posted by Torio Farazdagi (torio) on 2010-05-20T10:42:36.000+0000
Per discussion with [~ralph] this issue is to be abandoned in favor of [ZF-7510]