'user_id = ?1 AND group_id = ?2', 'bind' => [1 => $userId, 2 => $groupId], 'order' => 'id DESC', ]); } }