, JOIN, , . , JOIN:
SELECT * FROM followers f
LEFT JOIN activities a ON f.follower_id=a.user_id
WHERE f.user_id=$followedPerson
, user_id, , follower_id, user_id .
, followers.user_id. , , , , . , , , , .
PHP - , , . , , ORDER BY f.follower_id,activity_date DESC, , , . PHP, , .