Another possibilitie is to set the ACL Object with the help of a static
function in your Nav Plugin.

My_Controller_Plugin_Navigation::setAcl($acl);

You can set this in your Bootstrap.

On Sat, Feb 21, 2009 at 08:58, Cristian Bichis <[email protected]>wrote:

> Unless you have other ideea you could use registry for storing ACL.
>
>
> --
> 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
>>
>>
>
>

Reply via email to