zend-auth
"session has already been started...." exception in Zend Framework application
I get this error when trying to load a Zend Framework application: Fatal error: Uncaught exception \'Zend_Session_Exception\' with message[详细]
2022-12-22 07:16 分类:问答Does Zend ACL suit my needs?
I have based my application upon the Zend Framework.I am using Zend_Auth for authentication, but I\'m not sure if Zend_Acl will work for me because, frankly, the examples I\'ve seen are either too sim[详细]
2022-12-20 14:50 分类:问答Zend Auth With Two Identity Columns
I am using Zend_Auth to validate user credentials and ran into an issue.I need to have a dual column identity.The the two columns are user name and customer identifier.The identityColumn setting and s[详细]
2022-12-20 03:52 分类:问答Zend_Auth - Forced to use Zend_DB for quick installation/use?
i am thinking of using Zend_Auth as the Authentication \"mechanism\" (component) for a web site. After a quick look a realized that for Database Table Authentication i will also have to use the Zend_D[详细]
2022-12-19 20:37 分类:问答Practical Zend_ACL + Zend_Auth implementation and best practices
Context: My questions pertain to a forum I\'m developing pretty much exactly like SO, where there are:[详细]
2022-12-15 22:29 分类:问答Zend_Auth_Adapter_DbTable to authenticate users
I\'m starting with the Zend framework and I wanted to use Zend_Auth_Adapter_DbTable to authenticate my users ...[详细]
2022-12-13 04:55 分类:问答Zend_Auth: How to check role in addition to username and password?
I want my \'users\' table in my database to contain users of all different levels (members, moderators, admins, etc). So a column in my \'us开发者_运维百科ers\' table is role. I want to be able to che[详细]
2022-12-09 02:11 分类:问答