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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -