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
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
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
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
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