you may want to checkout: http://weierophinney.net/matthew/archives/201-Applying-ACLs-to-Models.html
2009/4/9 holografix . <[email protected]>: > Hi > > There's a proposal in laboratory: > http://framework.zend.com/wiki/pages/viewpage.action?pageId=39025 > > Cheers > holo > > > 2009/4/9 till <[email protected]> >> >> 2009/4/9 Thomas VEQUAUD <[email protected]>: >> > >> > Actually I use it in a View Helper and I defined my controllers as >> > Zend_Acl_Resource and actions as privileges ... >> > Then, in my controllers I just need to call >> > $this->view->myAcl()->isAllowed($user_roles, $controller, $action) >> >> I can second this, but I'm adding the module to the equation. >> >> My resources are: >> $resource = "{$module}_{$controller}" >> >> Till > > -- ---------------------------------------------------------------------- [MuTe] ----------------------------------------------------------------------
