Also may help caching the ACL into controller plugin for later reuse (on
other requests or on same request -e.g. for building nav system).
--
Best regards,
Cristian Bichis
www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com
Hi,
I'm in the process of building my acl system. I intend to build my acl
dynamically in a controller plugin, and the store the acl for use in the
controllers.
I want to store the acl so that I can dynamically build a menu depending on
what privileges the particular user may have.
How do I share the acl generated in the plugin with the controller?
Has anyone been in a similar situation?
Cheers
Brian