|
Re: Using Zend_Auth to retrieve a user's role to use in Zend_Acl: msg#00012php.zend.framework.auth
On 03/10/2007, David Mintz <david-dMffkYQFJ3MKxoK4Ny/0iQ@xxxxxxxxxxxxxxxx> wrote: Disclaimer: I'm a newbie too. But as I understand it, the idea is to fetch the data you want about the user and store it in the session at authentication time. If you're authenticating against a database table, for example, and "role" or "role_id" is a column in the table, you can do something along the lines of the examples at http://framework.zend.com/manual/en/zend.auth.adapter.dbtable.html. It worked for me. Unfortunately I already use my own DB adapter, but when I started to look how Zend_Auth_Adapter_DbTable returned a result, I started to doubt that that would work. The page you linked to mentions the user of However, looking through the source I see that as an identity, $authResult['identity'] is returned, which is set to $this->_identity, which is supposed to be a string (not an object, so you shouldn't be able to do ->getIdentity() on it). I'm using Zend Framework 1.0.0, could it be that the reference is outdated? Then you should be able to do something like -- Vincent |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Is this a bad idea? What do you think?: 00012, Pádraic Brady |
|---|---|
| Next by Date: | Re: Using Zend_Auth to retrieve a user's role to use in Zend_Acl: 00012, Vincent |
| Previous by Thread: | Re: Using Zend_Auth to retrieve a user's role to use in Zend_Acli: 00012, David Mintz |
| Next by Thread: | Re: Using Zend_Auth to retrieve a user's role to use in Zend_Acl: 00012, Vincent |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |