Google dot what?
Posts: 2
16 credits Members referred : 0
« on: Nov 12, 2008, 01:18:30 pm »
Hi Guys, thx for the nice class. My question is: Is it possible to use the class not only for the "active" user, but e.g. for userlistings. Means, i add a new function "getUserIds()" wich returns an array of all existing useriIDs. Now i make a userlistfile and make a foreach with the userids an create an object of the UserClass with this id, so i can use the getProperty function etc.
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5778
46265 credits Members referred : 3
« Reply #1 on: Nov 12, 2008, 02:40:29 pm »
Hi Felix and thanks for your good words
At the moment we don't have what you ask, but I guess we have to add some helper functions (or even a helper class) for working with multiple users at once.
If you are going to develop something and need any assistance just post your questions here and I will guide you.
Just another rainy day
Posts: 1
6 credits Members referred : 0
« Reply #4 on: Dec 16, 2008, 12:34:40 pm »
Hi, I've a similar problem: I need to display users properties (i.e. the name) in my home page.
I think I could only direct access to the users table. Could you confirm?
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5778
46265 credits Members referred : 3
« Reply #5 on: Dec 23, 2008, 12:29:35 pm »
Yes at the moment you need to call them direct. In one of the next versions I am thinking to create some helper class for managing multiple users (get properties, email them, etc.) or maybe give an example admin page that works with any settings.