How to Show All User #956
-
I just try codeignniter shield and i want my admin can see all avaiable user, but i dont know what to do. can any body help me |
Beta Was this translation helpful? Give feedback.
Answered by
datamweb
Nov 20, 2023
Replies: 1 comment 6 replies
-
Shield has a command to list users: You can see the code: Line 515 in fb4142b |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a simple example, of course what you need is a little more knowledge. You may need to extend the model or even
CodeIgniter\Shield\Entities\User
. Or use the table join.