Re: Getting Started

Lukas Kahwe Smith <[email protected]> Wed, 30 Nov 2005 14:06:03 +0100
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
David Godsey wrote:
> I am just getting started with LIveUser.  I have LiveUser and
> LiveUser_Admin installed.  I will be using them with a Mysql Database.  I
> am looking for the database schema for the user and permissions tables.  I
> found this:
> http://www.backendmedia.com/LiveUser/liveuser_db_schema.png
> 
> Is that still current?  If so, what are the datatypes associated with the
> different fields?

For the most part yes. IIRC only the has_scope columns has been dropped

> have been unsuccessful at getting the examples to work, and that is
> probably why I still have these questions.  Any help would be great.
> 
> Accomplishing the impossible means only that the boss will add it to your
> regular duties.

have you looked at the documentation?
http://pear.php.net/manual/en/package.authentication.liveuser.liveuser-summary.php

AS for the examples there is a README ..

if you are looking for a file with a bunch of SQL commandos. There is 
none that we maintain, though its is possible to generate one. We want 
to be compatible with a wide range of databases and therefore its simply 
not feasible for us to maintain SQL files instead of the install.php 
based solution.