Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
How i fetch all roles assigned to a user
  • i seen option to fetch all roles by driver, but not seen to fetch all roles by user, Kindly help
  • Ormauth uses standard ORM models, so it's a standard query.

    $roles = \Model\Auth_User::find($userid)->related('roles')->get();

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion