ZF-7510: Zend_Auth_Adapter_DbTable to use the default adapter
Description
It would be convenient to have Zend_Auth_Adapter_DbTable default to the default db adapter.
It would be convenient to have Zend_Auth_Adapter_DbTable default to the default db adapter.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-08-06T10:06:35.000+0000
Assigning to Ralph
Posted by Torio Farazdagi (torio) on 2010-05-21T02:26:03.000+0000
patch attached
Posted by Torio Farazdagi (torio) on 2010-05-21T11:01:41.000+0000
updated patch
Posted by Torio Farazdagi (torio) on 2010-05-21T21:35:26.000+0000
If no database adatper is provided into Zend_Auth_Adapter_DbTable constructor, it tries to fetch the default one (Zend_Db_Table_Abstract::getDefaultAdapter())