It looks like you're new here. If you want to get involved, click one of these buttons!
->Select($Select)->From($From)->Join('UserRole r','u.UserID = r.UserID')->Where($Where)->Limit($Limit)->Get();
@jungica: randomize doesn't work for me as well...
Comments
->Select($Select)
->From($From)
->Join('UserRole r','u.UserID = r.UserID')
->Where($Where)
->Limit($Limit)
->Get();
@jungica: randomize doesn't work for me as well...