Chris Hartjes: Zend_Application and Zend_Acl
Chris Hartjes has written a new article on implementing ACL within a Zend Framework application:
When I try to implement something, my first question is no longer “how will I do this” but “where the hell should I put this code?”. In my case, the problem I was attempting to solve was “how do I implement ACL for one module in my application?”.
He then goes on to show to to implement a custom Zend_Acl extended class and how to use it in the init() method of a controller.

