zend-acl Questions
4
I am working with Zend Acl and Zend Navigation. I am setting up the navigation in the bootstrap. I am trying to have links not show if the user doesn't have access to the resource. I have read seve...
Joeljoela asked 16/11, 2011 at 20:57
1
Solved
i am implementing RBAC for my app, and everything is managed from database.
for example i am storing all resources/permissions in a table called permission , all roles in role table, and anothe...
Haslett asked 26/1, 2013 at 19:1
4
Solved
I have a CMS built on the Zend Framework. It uses Zend_Auth for "CMS User" authentication. CMS users have roles and permissions that are enforced with Zend_Acl. I am now trying to create "Site User...
Loreenlorelei asked 30/11, 2010 at 21:2
2
Solved
I have an application that is behind a login and utilizes zend_acl and zend_auth.
During pre-dispatch I have an ACL plugin that creates all the rules out for the ACL. I also have an Auth plugin th...
Torch asked 28/7, 2010 at 11:38
1
Solved
I got chain of roles:
acl.roles.guest = null
acl.roles.member = "guest"
acl.roles.admin = "member"
acl.roles.owner = "admin"
in .....Controller/Action/Helper/Acl.php I have stored _acl object
I...
Permanence asked 20/3, 2011 at 16:59
2
Can some one guide me for typical implementation example of ACL. Like 'admin' can access 'admin' module, 'user' can access 'user module', and guest can access 'open' pages.
Callida asked 6/3, 2011 at 9:18
1
Solved
I am wondering whats the way to use Zend_Acl to show/hide parts of view? I am thinking I will
Create a Controller Plugin that passes the logged in user + acl to view
$this->view->loggedIn...
Leotaleotard asked 2/1, 2011 at 12:37
0
I'm coding a zend framework application using the the standard mvc paradigm with an added service layer to take care of application/business logic. It seems quite popular to put your access control...
Marylandmarylee asked 17/8, 2010 at 22:15
1
Solved
I have based my application upon the Zend Framework. I am using Zend_Auth for authentication, but I'm not sure if Zend_Acl will work for me because, frankly, the examples I've seen are either too s...
Inclining asked 16/2, 2010 at 23:43
1
Solved
Context:
My questions pertain to a forum I'm developing pretty much exactly like SO, where there are:
guests who have access to view threads but can't reply or vote
members who, with enough rep,...
Hepzi asked 12/1, 2010 at 3:50
1
© 2022 - 2024 — McMap. All rights reserved.