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

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -