ACL and appearance manipulation of links, forms and DOM elements
I would like to find out which strategy is the best for links, forms and DOM elements appearance manipulation (show/hide) on top level of multi modular application (admin, default, etc) ?? It should be done through ACL and it's usage I know well, permission are stored in DB. If someone tries to access certain page (module/controller/action) that is not allowed for him, an info page is passed which says that he is not allowed. In that case all elements are visible. I have a few strategies for elements appearance manipulation on my mind: To set in controller $this->view->allow_delete_link = $acl