Re: [PHP] < Levels of Access >

2001-01-18 Thread Alex Black
AIL PROTECTED] (Chris Aitken) > Newsgroups: php.general > Date: 17 Jan 2001 15:07:06 -0800 > Subject: Re: [PHP] < Levels of Access > > > At 10:36 PM 17/01/2001, you wrote: >> Hey Guys, >> >> I wonder if anyone can shed light... >> I have a system that internal u

Re: [PHP] < Levels of Access >

2001-01-17 Thread Chris Aitken
At 10:36 PM 17/01/2001, you wrote: >Hey Guys, > >I wonder if anyone can shed light... >I have a system that internal users access - > >I have separated access levels into 1, 2, 3 etc. So if you have access 1 >you can view certain things - If you are 2 then you can view more or other >things. > >H

RE: [PHP] < Levels of Access >

2001-01-17 Thread Javier Muniz
- From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 2:43 PM To: Abe Cc: [EMAIL PROTECTED] Subject: Re: [PHP] < Levels of Access > On Wed, 17 Jan 2001, Abe wrote: > Hey Guys, > > I wonder if anyone can shed light... > I have a system that int

Re: [PHP] < Levels of Access >

2001-01-17 Thread Josh G
... suffering. - Original Message - From: "Jason Murray" <[EMAIL PROTECTED]> To: "'Abe'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 9:42 AM Subject: RE: [PHP] < Levels of Access > > > Is there a

RE: [PHP] < Levels of Access >

2001-01-17 Thread Jason Murray
> Is there a sensible standard that is used to have levels of access but > special people can access certain higher level functions.? I've seen a (rather good, I might add) permissions structure that followed a pattern like a unix filesystem. /general /users /products /sales /marketing /admin

Re: [PHP] < Levels of Access >

2001-01-17 Thread Ignacio Vazquez-Abrams
On Wed, 17 Jan 2001, Abe wrote: > Hey Guys, > > I wonder if anyone can shed light... > I have a system that internal users access - > > I have separated access levels into 1, 2, 3 etc. So if you have access 1 > you can view certain things - If you are 2 then you can view more or other > things.

[PHP] < Levels of Access >

2001-01-17 Thread Abe
Hey Guys, I wonder if anyone can shed light... I have a system that internal users access - I have separated access levels into 1, 2, 3 etc. So if you have access 1 you can view certain things - If you are 2 then you can view more or other things. However the problem arises when someone in acc