Hi all,
i have two colleciton 1: user_follower 2: users
i check user_follower with key user_id
UserFollower::find(array("user_id" => "122"));
That collection returns me which users following user with id 122. I got user_ids but i want to merge that users on Users . Is there anything like orm " $this->hasMany("id", "RobotsParts", "parts_id");""
Thanks all