Top "Zend-acl" questions

Zend ACL is an Access Control List class in the Zend Framework, an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.

How to redirect to a different controller action in Zend

I am creating a simple website where users can sign up, and then sign in and add text articles. Without …

php zend-framework zend-auth zend-acl
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: guests who have …

php zend-framework zend-auth zend-acl
Zend Framework: need typical example of ACL

Can some one guide me for typical implementation example of ACL. Like 'admin' can access 'admin' module, 'user' can access …

zend-framework acl zend-acl
Zend navigation and Zend ACL

I am working with Zend Acl and Zend Navigation. I am setting up the navigation in the bootstrap. I am …

php zend-navigation zend-acl zend-framework