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