21294 Posts in 5734 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 998 Views |
-
Get all users of a group

2 May 2010 at 9:11pm
Hi all,
In my security tab, i have two groups : Administrator and NormalUser.
Now, i want to get all users of NormalUser group.How could i do that?
-
Re: Get all users of a group

3 May 2010 at 9:44am
$group = DataObject::get_one("Group", "Title = 'NormalUser'");
$members = $group->Members();
| 998 Views | ||
|
Page:
1
|
Go to Top |


