Zend_Auth using multiple tables
Posted
by Christian
on Stack Overflow
See other posts from Stack Overflow
or by Christian
Published on 2010-04-21T02:25:49Z
Indexed on
2010/04/21
2:33 UTC
Read the original article
Hit count: 320
What I'm trying to do is use Zend_Auth for authentication with the issuing being that the 'identity' is stored in a different table then then 'credential.' I'm able to pass an array for the credential and the identity but when it comes to the actual tables I'm not able to get it to accept the array. It ignores the 2nd table name. I was wondering if anyone has ever made this work in this way without extending the Zend_Auth class or if I will need to do so.
Thanks in advance.
© Stack Overflow or respective owner