cancel
Showing results for 
Search instead for 
Did you mean: 

How to use PHP to retrieve user information?

lehaihua444
Champ in-the-making
Champ in-the-making
Hi all,

I am trying to retrieve all user information in my database using php. Is this possible with the PHP library?  If so, can anyone provide any guidelines?

I found this post (http://forums.alfresco.com/en/viewtopic.php?f=21&t=9791) with an Administration class for accessing user details, but I could not get it work.  Is this on the right track on how to achieve my goal?

Thanks in advance.
11 REPLIES 11

cranuterj
Champ in-the-making
Champ in-the-making
Or you can also have a Look in the Post:

http://forums.alfresco.com/en/viewtopic.php?f=21&t=9390
that's what I needed. Thanx a lot. also need to nail down the code below. for me it's not that easy

kimberlydeborah
Champ in-the-making
Champ in-the-making
First of all there are two pieces of information that identify a user, their user id and user name. A PHP session solves this problem by allowing you to store user information.