¡@

Home 

php Programming Glossary: addrole

Practical Zend_ACL + Zend_Auth implementation and best practices

http://stackoverflow.com/questions/2046608/practical-zend-acl-zend-auth-implementation-and-best-practices

'auth' 'index' 'news' 'admin' foreach roles as role acl addRole new Zend_Acl_Role role foreach controllers as controller acl.. Singleton pattern protected function __construct this addRole new Zend_Acl_Role self ROLE_GUEST this addRole new Zend_Acl_Role.. this addRole new Zend_Acl_Role self ROLE_GUEST this addRole new Zend_Acl_Role self ROLE_USER self ROLE_GUEST this addRole..

Does Zend ACL suit my needs?

http://stackoverflow.com/questions/2277266/does-zend-acl-suit-my-needs

setRole role_id this _role_id role_id return this addRole role_id public function getRole return this _role_id public.. public function __construct ROLES this _addRole guest _addRole member guest _addRole admin member _addRole.. function __construct ROLES this _addRole guest _addRole member guest _addRole admin member _addRole developer admin..

Zend_Auth: Allow user to be logged in to multiple tables/identities

http://stackoverflow.com/questions/3389646/zend-auth-allow-user-to-be-logged-in-to-multiple-tables-identities

in the Zend Auth Storage you can use than as roles this addRole new Zend_Acl_Role row 'group1' Here is some resources http framework.zend.com..

Need guidance to start with Zend ACL

http://stackoverflow.com/questions/545702/need-guidance-to-start-with-zend-acl

'auth' 'index' 'news' 'admin' foreach roles as role acl addRole new Zend_Acl_Role role foreach controllers as controller acl..