Compare the following: http://framework.zend.com/svn/framework/standard/trunk/library/Zend/Auth/Adapter/DbTable.php
vs http://framework.zend.com/svn/framework/extras/incubator/library/ZendX/Doctrine/Auth/Adapter.phpAt least 90% of the code is repeated. I propose we abstract out the public methods (minus authenticate()) in DbTable to a Zend_Auth_Adapter_Db_Abstract or something so that Doctrine (or any other DBAL) can extend from it.
Jason Eisenmenger
