Auth modülde, biz birçok ilişki için bir çok kullanıcı ve rollere sahip.
My question probably has a simple answer, but I couldn't find it by myself... How would I go about selecting only users having a certain role using ORM? What I'd like to do is something like this:
ORM::factory('user')->with('roles')->where('role','member')->find_all();
ama bu işe yaramazsa ...
Teşekkür ederim