I need to get the id of each user. Is there a way to do that? Thanks!!!
Announcement
Collapse
No announcement yet.
How can I get the IDs of each user (the userid value) ?
Collapse
X
-
Originally posted by item View PostHello,
PHP Code:$this→getEntityManager()→getRepository('User')→find()→toArray();
Last edited by chrisjiang; 01-22-2020, 01:23 PM.
Comment
-
Comment