Fresh PHP news, tutorials, tips and much more

ZF example application part7: Authorisation with Zend_Acl and Revised Styling

New and very useful part of great Zend Framework application example has landed. In this part author shows how to make authorization module for Zend Framework application and how to style it.

Today’s entry concerns authorisation. We previously covered how to authenticate an author to the blog, but we still have nothing ensuring only authenticated authors can access the new Administration Module. This is the domain of Zend_Acl, an implementation of an Access Control List system which limits access to resources by the roles assigned to a user.

How usual you would find full source code and SVN repositories.

Post tagged with: , ,

Leave a Reply