I am going to implement ACL in my ZendFramework-based pet-project. It requires the use of roles: guest, member, administrator. Resources would be: modules, controllers and actions.
The project itself is fairly small, but is likely to grow.
I investigated the subject and have found a decent amount of ready-to-integrate libraries, but the most obvious leaders are Zend_Auth and PEAR::LiveUser.
Which one would you suggest using and why?