Re: [PHP-WIN] User Level Access Control Priviledges

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 18:14:53 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can I actually look behind the scenes to see how LiveUser actually implements this? > Also, if I were to use LiveUser, would I be able to bolt it onto my online > Application? > Yes, that's that PEAR packages are

Re: [PHP-WIN] User Level Access Control Priviledges

2004-08-12 Thread trystano
Can I actually look behind the scenes to see how LiveUser actually implements this? Also, if I were to use LiveUser, would I be able to bolt it onto my online Application? Sorry can you send me the link again, I seem to have accidentally deleted yopur previous email. Thanks Tryst -- PHP Wind

Re: [PHP-WIN] User Level Access Control Priviledges

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 17:50:44 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I meant be implemeting the User Access priviledges into the database, so then the > code being used will extract that this data for certain users and execute whats > necessary. > > For example... > > CREATE TABLE

Re: [PHP-WIN] User Level Access Control Priviledges

2004-08-12 Thread trystano
I meant be implemeting the User Access priviledges into the database, so then the code being used will extract that this data for certain users and execute whats necessary. For example... CREATE TABLE User ( ID int not null , Name varchar(30) not null , PRIMARY KEY (ID) ); CREATE TABLE Access

Re: [PHP-WIN] User Level Access Control Priviledges

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 13:52:33 EDT, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am encountered with what seems a potentially difficult system to > implement. I need to implement a user level access control system. The application I > will create is a consultancy application, wi