Topic: Great class but I'm missing something... (Read 1683 times)
Just another rainy day
Posts: 1
10 credits Members referred : 0
« on: Jan 21, 2009, 03:30:26 pm »
The class is great but it only works for logged in users? For example if i have a user profile page...i can't force the user id using $_GET into the class
Example: user.php?user=123
which'll return that user?
If I'm missing something, forgive me
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5779
46271 credits Members referred : 3
« Reply #1 on: Jan 22, 2009, 09:16:38 am »
The purpose of the class is to manipulate the logged on user. To list your users you just need to query your database.
In an upcoming release we will add stuff like this - as helpers - but it is not that important, right?