Project Description:
I have a web application developed in Zend Framework.
I have some users which are authenticated using zend_auth. So the authentication mechanism is already working.
What i want is to use authorization with Zend Acess Control Lists (zend_acl) to allow specif users to access specific controllers of the application.