php - Zend_Auth_Adapter_DbTable for two tables? -
usually, keep username , password fields in 1 table (for example users). in case easy use zend_auth_adapter_dbtable
. however, if have password in separate passwords table. how uses zend_auth_adapter_dbtable have identitycolumn in 1 table (users) , credentialcolumn in other table (passwords)?
thanks.
i recommend creating table view users , passwords tables. specify view tablename zend_auth_adapter_dbtable.
Comments
Post a Comment