How to use PHP to retrieve user information?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2010 05:47 PM
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.
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.
Labels:
- Labels:
-
Archive
11 REPLIES 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2011 08:17 AM
Or you can also have a Look in the Post:that's what I needed. Thanx a lot. also need to nail down the code below. for me it's not that easy
http://forums.alfresco.com/en/viewtopic.php?f=21&t=9390

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2014 02:31 AM
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.
