|
Posted by Justin Koivisto on 10/10/37 11:36
zek2005 wrote:
> Hi!!!!
>
> I started to work with sessions and I have a doubt about users access.
> Is there a way to allow a group of users to do something that another
> group can't?
>
> I mean, I am giving the chance to interchange customers between branch
> managers, but I don't want the the personnel bellow manager can do it.
> So if this personnel enter the application made in php, they can see
> and do things different that the manager.
>
> If there any article, page or explanation about it, I will appreciate.
I do that on a number of projects by using the user management class
that I developed: http://sf.net/projects/phpsecurityadm
There isn't any real documentation for using it in the way of tutorials
or anything, but there is a set of example of scripts that make up the
UI for managing the users.
If you want more info or help integrating something like this, just send
me an email for more info.
--
Justin Koivisto, ZCE - justin@koivi.com
http://koivi.com
[Back to original message]
|